diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-18 16:26:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-18 19:31:55 +0300 |
commit | c57a30b0ec568d6c35ae144fb7a7a3f266b93c96 (patch) | |
tree | 64b201628c0af18e891916a048c75b928b4ed14e /build | |
parent | cc962868b59a86e8f6d37e77aa9094790121a07e (diff) | |
download | plus-c57a30b0ec568d6c35ae144fb7a7a3f266b93c96.tar.gz plus-c57a30b0ec568d6c35ae144fb7a7a3f266b93c96.tar.bz2 plus-c57a30b0ec568d6c35ae144fb7a7a3f266b93c96.tar.xz plus-c57a30b0ec568d6c35ae144fb7a7a3f266b93c96.zip |
Update version to 1.7.3.18v1.7.3.18
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 f6f50ec0e..90c7b57f0 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.3.4" \ + -DPRODUCT_VERSION="1.7.3.18" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packtmw b/build/packtmw index 665a09e40..b2c797015 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.3.4" \ + -DPRODUCT_VERSION="1.7.3.18" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packwin b/build/packwin index 264239334..dd0c08f33 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.3.4" \ + -DPRODUCT_VERSION="1.7.3.18" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ |