diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-28 16:45:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-28 16:45:01 +0000 |
commit | 9695e5c27713ed60055ba0e0569a9716d8f97ec5 (patch) | |
tree | cbf9221d1f22a2a295078c0e8b83a45873cafdb8 /bin10/make_ver.bat | |
parent | d7c2cf76f23d47427433cc98dbd23603ab33dd25 (diff) |
fix for make_ver.bat
git-svn-id: http://svn.miranda-ng.org/main/trunk@219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin10/make_ver.bat')
-rw-r--r-- | bin10/make_ver.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin10/make_ver.bat b/bin10/make_ver.bat index cb91628355..fd5f20e332 100644 --- a/bin10/make_ver.bat +++ b/bin10/make_ver.bat @@ -1,4 +1,5 @@ @echo off
+cd /d %~dp0
for /F "tokens=2,3" %%i in (..\include\m_version.h) do if "%%i"=="MIRANDA_VERSION_FILEVERSION" (set OldVer=%%j)
echo %OldVer%
|