diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-31 12:33:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-31 12:33:23 +0300 |
commit | f9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331 (patch) | |
tree | 022c93e507938ae9b9134ca456fa029f46036d7d /build/packwin | |
parent | 51f7fc45db58244109ae510d52f81be08a2a1e74 (diff) | |
download | plus-f9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331.tar.gz plus-f9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331.tar.bz2 plus-f9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331.tar.xz plus-f9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331.zip |
Change version to 1.5.1.31.v1.5.1.31
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 b32d92642..e95d53913 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.5.1.17" \ + -DPRODUCT_VERSION="1.5.1.31" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |