diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-25 16:00:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-25 16:00:07 +0300 |
commit | 5544b7e2e0b8fcdb9f0ac3762751f34a3383ef84 (patch) | |
tree | 5f7eb439bef4fe1677cd4ddd1cf13d99e0a010c1 /build | |
parent | 26de05fbf00d73ca9f779f57ec528373994f6f38 (diff) | |
download | plus-5544b7e2e0b8fcdb9f0ac3762751f34a3383ef84.tar.gz plus-5544b7e2e0b8fcdb9f0ac3762751f34a3383ef84.tar.bz2 plus-5544b7e2e0b8fcdb9f0ac3762751f34a3383ef84.tar.xz plus-5544b7e2e0b8fcdb9f0ac3762751f34a3383ef84.zip |
Change version to 1.3.5.26.v1.3.5.26
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 e9a3a52a7..2c75d00db 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.3.5.12" \ + -DPRODUCT_VERSION="1.3.5.26" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 3b73bc7be..3363d3e9b 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.3.5.12" \ + -DPRODUCT_VERSION="1.3.5.26" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 5dda5520d..4e486f2f0 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.3.5.12" \ + -DPRODUCT_VERSION="1.3.5.26" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |