diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-07 15:00:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-07 17:54:34 +0300 |
commit | caf133d6bff72e77a3b19c8e0f053f05b98bf78d (patch) | |
tree | 5cf2452cfba4e9c6c2e22431e9ff0cd4b21bc006 /build | |
parent | 87db489cd9f61f9dcde423544ec68422248314a4 (diff) | |
download | plus-caf133d6bff72e77a3b19c8e0f053f05b98bf78d.tar.gz plus-caf133d6bff72e77a3b19c8e0f053f05b98bf78d.tar.bz2 plus-caf133d6bff72e77a3b19c8e0f053f05b98bf78d.tar.xz plus-caf133d6bff72e77a3b19c8e0f053f05b98bf78d.zip |
Change version to 1.6.5.7v1.6.5.7
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 8a2e5905e..c8ef05ac3 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.6.4.23" \ + -DPRODUCT_VERSION="1.6.5.7" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 4c26ae869..7e87c63d9 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.6.4.23" \ + -DPRODUCT_VERSION="1.6.5.7" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 80a5ab69e..8feb78790 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.23" \ + -DPRODUCT_VERSION="1.6.5.7" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |