diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-08 12:55:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-08 12:55:20 +0300 |
commit | ed81bba1b0bac9533504b30c03a98abfe8cc64bd (patch) | |
tree | 2e15792003a611adb27c41c34e3b0fca234a6170 /build | |
parent | 64112cca27c60ad47d3f5f600b2793577c9bf154 (diff) | |
download | plus-ed81bba1b0bac9533504b30c03a98abfe8cc64bd.tar.gz plus-ed81bba1b0bac9533504b30c03a98abfe8cc64bd.tar.bz2 plus-ed81bba1b0bac9533504b30c03a98abfe8cc64bd.tar.xz plus-ed81bba1b0bac9533504b30c03a98abfe8cc64bd.zip |
Change version to 1.4.11.8v1.4.11.8
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 2397ac17d..eab8f7420 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.4.10.25" \ + -DPRODUCT_VERSION="1.4.11.8" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 461b52397..f448c084a 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.4.10.25" \ + -DPRODUCT_VERSION="1.4.11.8" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 8244bdf94..a30a45710 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.4.10.25" \ + -DPRODUCT_VERSION="1.4.11.8" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |