diff options
author | watcherhd <watcherhd@gmail.com> | 2017-03-11 18:29:46 +0200 |
---|---|---|
committer | watcherhd <watcherhd@gmail.com> | 2017-03-11 18:29:46 +0200 |
commit | 300af88f4728b801c74db04f9d0ccca555edc0c0 (patch) | |
tree | ec6590ec7da6fd34c57677a21b27836c4b8cd29c /build | |
parent | 933c6d6769525ea5c776eeecf7c997fa151a95cf (diff) |
cosmetics for previous commit
Diffstat (limited to 'build')
-rw-r--r-- | build/make_ver.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make_ver.bat b/build/make_ver.bat index 088cf91053..fe2706b7e4 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%"
|