diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-14 17:31:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-14 17:31:14 +0300 |
commit | c6a92498aeeb449d78cdf30f5c0e442a994185fb (patch) | |
tree | 8c588aa8356af58f0c151db601580d0c8b69849b /build | |
parent | ef5eb4199e7818adaf6bdaeebf32f8efe944db9b (diff) | |
download | plus-c6a92498aeeb449d78cdf30f5c0e442a994185fb.tar.gz plus-c6a92498aeeb449d78cdf30f5c0e442a994185fb.tar.bz2 plus-c6a92498aeeb449d78cdf30f5c0e442a994185fb.tar.xz plus-c6a92498aeeb449d78cdf30f5c0e442a994185fb.zip |
Change verstion to 1.7.10.14.v1.7.10.14
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 17a4aed88..d7a81860e 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.9.30" \ + -DPRODUCT_VERSION="1.7.10.14" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packtmw b/build/packtmw index 229e210ef..76c82740f 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.9.30" \ + -DPRODUCT_VERSION="1.7.10.14" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packwin b/build/packwin index 4ea00a4ea..845ddd810 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.9.30" \ + -DPRODUCT_VERSION="1.7.10.14" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ |