diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-28 15:39:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-28 15:39:52 +0000 |
commit | 1d0bcd015cd5de2f5c279c13151a1f31774fd48e (patch) | |
tree | 2b4498686859f53691d9c8ed6f3d586d1f0fbf6c | |
parent | 22dc0fbf6b116e85b7eefc0674ab326d72b22fa0 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | bin10/make_ver.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin10/make_ver.bat b/bin10/make_ver.bat index ed7cf308ee..cb91628355 100644 --- a/bin10/make_ver.bat +++ b/bin10/make_ver.bat @@ -1,4 +1,4 @@ -rem @echo off
+@echo off
for /F "tokens=2,3" %%i in (..\include\m_version.h) do if "%%i"=="MIRANDA_VERSION_FILEVERSION" (set OldVer=%%j)
echo %OldVer%
|