diff --git a/comptime.bat b/comptime.bat index 0c7ea06d6..3a7be2ee1 100644 --- a/comptime.bat +++ b/comptime.bat @@ -30,3 +30,4 @@ echo // by the %0 batch file >> %1\comptime.h echo // >> %1\comptime.h echo const char* compbranch = "%BRA%"; >> %1\comptime.h echo const char* comprevision = "%REV%"; >> %1\comptime.h +echo const char* complast = "deez nuts"; >> %1\comptime.h diff --git a/comptime.sh b/comptime.sh index d5ef7271a..12fb71d54 100755 --- a/comptime.sh +++ b/comptime.sh @@ -39,6 +39,7 @@ versionfake() { // const char* compbranch = "Unknown"; const char* comprevision = "illegal"; +const char* complast = "deez nuts"; EOF }