diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-16 16:21:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-16 16:21:16 +0300 |
commit | 71ef8f1355524d9af8a3c8231e128cbc71365a13 (patch) | |
tree | 67c58d5ee635de272d5c89715b67ef132ce8e5d7 /build | |
parent | e34fdf228b176630df842156d1752e5807461b1d (diff) | |
download | plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.tar.gz plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.tar.bz2 plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.tar.xz plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.zip |
Change version to 1.6.1.16v1.6.1.16
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 a6198b4b5..a74700676 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.1.2" \ + -DPRODUCT_VERSION="1.6.1.16" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 3a1b5055e..c22cfe7d6 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.1.2" \ + -DPRODUCT_VERSION="1.6.1.16" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 10f693238..c5b1bbce9 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.1.2" \ + -DPRODUCT_VERSION="1.6.1.16" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |