diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-25 15:08:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-25 15:08:39 +0300 |
commit | f7e1232f8b330476911894d63f827bc659029281 (patch) | |
tree | b772a2f74179d3e85fc096c76d566341bbfb8ba3 /build | |
parent | 24ddf07b722bb57d462da05405f31dacdf5742be (diff) | |
download | plus-f7e1232f8b330476911894d63f827bc659029281.tar.gz plus-f7e1232f8b330476911894d63f827bc659029281.tar.bz2 plus-f7e1232f8b330476911894d63f827bc659029281.tar.xz plus-f7e1232f8b330476911894d63f827bc659029281.zip |
Change version to 1.5.4.25.
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 d7b37973e..fea44604b 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.4.11" \ + -DPRODUCT_VERSION="1.5.4.25" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 249f99215..42d1763c8 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.4.11" \ + -DPRODUCT_VERSION="1.5.4.25" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 42d9955cc..1aa06a17e 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.4.11" \ + -DPRODUCT_VERSION="1.5.4.25" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |