diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-16 17:38:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-16 17:38:32 +0300 |
commit | 06b0bdb8e27ca6e8130c4961df58c97fb7470494 (patch) | |
tree | 99b240d9b78536ff3008d6419389b9d68f58ee7c /build | |
parent | 16ce7a8a781eb351c21897112ebe08b1f0c66616 (diff) | |
download | plus-06b0bdb8e27ca6e8130c4961df58c97fb7470494.tar.gz plus-06b0bdb8e27ca6e8130c4961df58c97fb7470494.tar.bz2 plus-06b0bdb8e27ca6e8130c4961df58c97fb7470494.tar.xz plus-06b0bdb8e27ca6e8130c4961df58c97fb7470494.zip |
Change version to 1.6.7.12.
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 62ad5e210..2c697ca0a 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.7.2" \ + -DPRODUCT_VERSION="1.6.7.16" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index a68933649..ea3a38e80 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.7.2" \ + -DPRODUCT_VERSION="1.6.7.16" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 33a8a38ff..ed0badbc5 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.7.2" \ + -DPRODUCT_VERSION="1.6.7.16" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |