diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-04-26 11:59:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-04-26 11:59:47 +0300 |
commit | 3e9346b5bae797139e6e992162a584ba5a4b0e8b (patch) | |
tree | c4974cfff07c46c426b0a1af7ca2f84a8d6f4de8 /build/packwin | |
parent | 52a8b304302afd9a98274518d75b971441d7dda9 (diff) | |
download | plus-3e9346b5bae797139e6e992162a584ba5a4b0e8b.tar.gz plus-3e9346b5bae797139e6e992162a584ba5a4b0e8b.tar.bz2 plus-3e9346b5bae797139e6e992162a584ba5a4b0e8b.tar.xz plus-3e9346b5bae797139e6e992162a584ba5a4b0e8b.zip |
Change version to 1.4.4.26.
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 10961c2de..9e647ba64 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.4.4.12" \ + -DPRODUCT_VERSION="1.4.4.26" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |