diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-08 16:47:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-08 16:47:24 +0300 |
commit | afab977ac8f3d8ab597f2a27447669e6e85ecad7 (patch) | |
tree | 43ced638abd19f6f0348d664c879d3b964729f3e /build | |
parent | 62f77691f6437c633ea505d7e4a49bcb5a96af5b (diff) | |
download | plus-afab977ac8f3d8ab597f2a27447669e6e85ecad7.tar.gz plus-afab977ac8f3d8ab597f2a27447669e6e85ecad7.tar.bz2 plus-afab977ac8f3d8ab597f2a27447669e6e85ecad7.tar.xz plus-afab977ac8f3d8ab597f2a27447669e6e85ecad7.zip |
Change verstion to 1.7.7.8
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 91a08d36c..09a1887d5 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.7.6.24" \ + -DPRODUCT_VERSION="1.7.7.8" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packtmw b/build/packtmw index 12e54d22b..b99543ba0 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.7.6.24" \ + -DPRODUCT_VERSION="1.7.7.8" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packwin b/build/packwin index 3f37b8b4e..5d10ba29c 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.7.6.24" \ + -DPRODUCT_VERSION="1.7.7.8" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ |