diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-27 17:10:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-27 17:10:16 +0300 |
commit | 24e16e1b0ab550a0306d4779cbcc5d88a55a5446 (patch) | |
tree | 507053f10778768b2461b05315e0126d82c4f83e /build | |
parent | a33f0f77eb745702d22b900f79d0db5d96af6b84 (diff) | |
download | plus-24e16e1b0ab550a0306d4779cbcc5d88a55a5446.tar.gz plus-24e16e1b0ab550a0306d4779cbcc5d88a55a5446.tar.bz2 plus-24e16e1b0ab550a0306d4779cbcc5d88a55a5446.tar.xz plus-24e16e1b0ab550a0306d4779cbcc5d88a55a5446.zip |
Change version to 1.7.5.27.v1.7.5.27
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 8bbc38f61..723f50dfb 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.5.14" \ + -DPRODUCT_VERSION="1.7.5.27" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packtmw b/build/packtmw index 0061d3342..23c442fdf 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.5.14" \ + -DPRODUCT_VERSION="1.7.5.27" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packwin b/build/packwin index a7e4c5b01..6525f1bd0 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.5.14" \ + -DPRODUCT_VERSION="1.7.5.27" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ |