summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-12 23:49:28 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-12 23:49:28 +0300
commit355d635f6caa8d3e2d77feafb3f7c8a964208a7e (patch)
tree7544cc507dc9cd23a21b6d190feab8952b568db5 /build
parent0e0268f708c3a446ff1bc2163bd2af9514139043 (diff)
space added before commit hash
Diffstat (limited to 'build')
-rw-r--r--build/make_ver.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make_ver.bat b/build/make_ver.bat
index fe2706b7e4..51cdf2e36a 100644
--- a/build/make_ver.bat
+++ b/build/make_ver.bat
@@ -30,7 +30,7 @@ copy m_version.h.in "%TempFileName%"
echo #define MIRANDA_VERSION_FILEVERSION %1,%2,%3,%4 >> "%TempFileName%"
echo #define MIRANDA_VERSION_STRING "%1.%2.%3.%4" >> "%TempFileName%"
-echo #define MIRANDA_VERSION_DISPLAY "%1.%2.%3 alpha build #%4(%5)" >> "%TempFileName%"
+echo #define MIRANDA_VERSION_DISPLAY "%1.%2.%3 alpha build #%4 (%5)" >> "%TempFileName%"
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%"