diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-23 11:44:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-23 11:44:46 +0300 |
commit | af7de2033b5099be9351292767c14c79af58b209 (patch) | |
tree | 293ed5bfe1dd4c0fa62d70f59253dbb0f172bad3 /build | |
parent | 0220dc10be5aefc627b73c39084ef551cc880fa4 (diff) | |
download | plus-af7de2033b5099be9351292767c14c79af58b209.tar.gz plus-af7de2033b5099be9351292767c14c79af58b209.tar.bz2 plus-af7de2033b5099be9351292767c14c79af58b209.tar.xz plus-af7de2033b5099be9351292767c14c79af58b209.zip |
Change version to 1.3.11.24.
Diffstat (limited to 'build')
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packtmw | 2 | ||||
-rwxr-xr-x | build/packwin | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build/packevol b/build/packevol index bdab3b50c..5d95f6ea5 100755 --- a/build/packevol +++ b/build/packevol @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.3.11.10" \ + -DPRODUCT_VERSION="1.3.11.24" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 75810d10a..e659cc865 100755 --- a/build/packtmw +++ b/build/packtmw @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.3.11.10" \ + -DPRODUCT_VERSION="1.3.11.24" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index b5ef23737..1890f49dd 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.3.11.10" \ + -DPRODUCT_VERSION="1.3.11.24" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |