diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-21 16:14:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-21 16:14:31 +0300 |
commit | 1e47f6e16b71d4157a48f6ccc8c4f25926150c10 (patch) | |
tree | 9346141ab5bedc01dbac8f1a1e73eaa5e459c1b2 /build | |
parent | 5ea9419d9628247504a6eaa164b6f1c6b271955b (diff) | |
download | plus-1e47f6e16b71d4157a48f6ccc8c4f25926150c10.tar.gz plus-1e47f6e16b71d4157a48f6ccc8c4f25926150c10.tar.bz2 plus-1e47f6e16b71d4157a48f6ccc8c4f25926150c10.tar.xz plus-1e47f6e16b71d4157a48f6ccc8c4f25926150c10.zip |
Change version to 1.5.11.21v1.5.11.21
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 425eebacd..f927fb338 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.5.11.7" \ + -DPRODUCT_VERSION="1.5.11.21" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index c63f0430d..332b1e040 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.5.11.7" \ + -DPRODUCT_VERSION="1.5.11.21" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 2410cbfa7..628627b2c 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.11.7" \ + -DPRODUCT_VERSION="1.5.11.21" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |