diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-23 13:11:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-23 13:11:20 +0300 |
commit | e7568a3156bd19c91201322543a13ae99aefc658 (patch) | |
tree | f892d11b68f2beec5da3d9d223f0d6b32e0f8648 /build/packwin | |
parent | a69a87c5a81ddbf25a25c5549259da550d207bda (diff) | |
download | mv-e7568a3156bd19c91201322543a13ae99aefc658.tar.gz mv-e7568a3156bd19c91201322543a13ae99aefc658.tar.bz2 mv-e7568a3156bd19c91201322543a13ae99aefc658.tar.xz mv-e7568a3156bd19c91201322543a13ae99aefc658.zip |
Change version to 1.2.6.24
Diffstat (limited to 'build/packwin')
-rwxr-xr-x | build/packwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/packwin b/build/packwin index 1b671b7d6..205a15346 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.2.6.10" \ + -DPRODUCT_VERSION="1.2.6.24" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |