Now the systrayicon change it's color when a download is in progress. I simply change...
[kdenetwork.git] / ksirc / getdate.c
bloba0ccb561eafac39bfc9eab6d7712b865590cd04a
1 #include <stdio.h>
2 #include <time.h>
4 int main() {
5 printf("#define COMPILE_DATE %d\n", (int) time(NULL));
6 return 0;