X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fversion.h;h=a6e48d5acc66dc3dbb1f2089f70219dd2ce454e4;hp=5937771d3dd02afe66267e1234ddb0cdd9d480e7;hb=6a5d12788f2778a26223de690d34b00ac16a6ec3;hpb=64bd443538f57ad1bdff6c6b35953e72141129b2 diff --git a/src/version.h b/src/version.h index 5937771..a6e48d5 100644 --- a/src/version.h +++ b/src/version.h @@ -30,6 +30,10 @@ #define _VERSION_H_ +// the time and date of the compilation +extern const char* COMPILE_TIME; + + // yoinked from fluxbox #ifdef __VERSION__ @@ -55,7 +59,7 @@ #define COMPILER_NAME "COMO" #define COMPILER_VERSION __COMO_VERSION__ #elif defined(_CRAYC) && defined(_REVISION) -#define COMPILER_NAME "GRAYC" +#define COMPILER_NAME "CRAYC" #define COMPILER_VERSION _REVISION #elif defined(__DECCXX) && defined(__DECCXX) #define COMPILER_NAME "DECCXX"