diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-23 18:16:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-23 22:31:32 +0300 |
commit | 45bd27b9b878fc2a96ef58a6224f4fcc4d615599 (patch) | |
tree | 5fb0cde3c20f1e91775aecef502315181d0b1241 /build/packwin | |
parent | c4a63fe9e5804ff2f725df7fd5a9311dc177d8ee (diff) | |
download | plus-45bd27b9b878fc2a96ef58a6224f4fcc4d615599.tar.gz plus-45bd27b9b878fc2a96ef58a6224f4fcc4d615599.tar.bz2 plus-45bd27b9b878fc2a96ef58a6224f4fcc4d615599.tar.xz plus-45bd27b9b878fc2a96ef58a6224f4fcc4d615599.zip |
Change version to 1.6.4.23v1.6.4.23
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 e78d4e159..80a5ab69e 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.6.4.9" \ + -DPRODUCT_VERSION="1.6.4.23" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |