diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-19 14:28:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-19 14:28:57 +0300 |
commit | 55abd8d24149ddb41b12589422ce3f1b8043756e (patch) | |
tree | 0c8bf16339b49f840fcc6ab2a508bdf3af42eb88 /build | |
parent | 72638edd74cf2616e49600b315e12a4e0431527b (diff) | |
download | plus-55abd8d24149ddb41b12589422ce3f1b8043756e.tar.gz plus-55abd8d24149ddb41b12589422ce3f1b8043756e.tar.bz2 plus-55abd8d24149ddb41b12589422ce3f1b8043756e.tar.xz plus-55abd8d24149ddb41b12589422ce3f1b8043756e.zip |
Change version to 1.5.12.19.
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 41a61a818..bf6e6ddfc 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.5.12.5" \ + -DPRODUCT_VERSION="1.5.12.19" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 60a9206fa..6efd39c8d 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.5.12.5" \ + -DPRODUCT_VERSION="1.5.12.19" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index a2e0b5dd2..1b81cd00b 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.5.12.5" \ + -DPRODUCT_VERSION="1.5.12.19" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |