diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-28 13:31:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-28 13:31:55 +0300 |
commit | adb88538515a039c447643a73a73a32a59ac1214 (patch) | |
tree | eb589b3083037ac4bb02779139f932c8cb1115e4 /build | |
parent | e6c5216c091f5aa38354617d4b2b4f6981325ad2 (diff) | |
download | plus-adb88538515a039c447643a73a73a32a59ac1214.tar.gz plus-adb88538515a039c447643a73a73a32a59ac1214.tar.bz2 plus-adb88538515a039c447643a73a73a32a59ac1214.tar.xz plus-adb88538515a039c447643a73a73a32a59ac1214.zip |
Change version to 1.5.3.28.v1.5.3.28
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 33a197074..5e5591cb9 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.3.14" \ + -DPRODUCT_VERSION="1.5.3.28" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index e3e24da0c..a9128ed79 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.3.14" \ + -DPRODUCT_VERSION="1.5.3.28" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 10bda85e5..96979d2fb 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.3.14" \ + -DPRODUCT_VERSION="1.5.3.28" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |