diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/make_ver.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make_ver.bat b/build/make_ver.bat index 5afc182bd7..32d401d944 100644 --- a/build/make_ver.bat +++ b/build/make_ver.bat @@ -34,6 +34,7 @@ echo #define MIRANDA_VERSION_DISPLAY "%1.%2.%3 alpha build #%4 (%5)" echo #define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(%1, %2, %3, %4) >> "%TempFileName%"
echo #define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(%1, %2, %3, 0) >> "%TempFileName%"
echo #define MIRANDA_VERSION_CORE_STRING "%1.%2.%3" >> "%TempFileName%"
+echo #define MIRANDA_VERSION_ISALPHA 1 >> "%TempFileName%"
echo. >> "%TempFileName%"
echo #endif // M_VERSION_H__ >> "%TempFileName%"
|