summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-01-20 11:57:43 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-01-20 11:57:43 +0300
commit3420f0f1d98d5c7076f4cb9c6ea23b2e4ab462e1 (patch)
tree96364f577cfe62e8bb61f2c7948c545a6a89025c /build
parent3d56e7622af87e2f39ba759ee3761dafc8278d56 (diff)
Dummy: the support for Discord accounts disabled in the trunk version
Diffstat (limited to 'build')
-rw-r--r--build/make_ver.bat1
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%"