diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-08 12:48:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-08 12:48:46 +0300 |
commit | 4fcd82d8ea4556236148a7be102ae9edc3ab58b7 (patch) | |
tree | 8ad25fcff5bc450b9ff7c8f8d1cad93e7c266ace /build | |
parent | ed7227683ee19a03859deb8d51f4750b4f6809b8 (diff) | |
download | plus-4fcd82d8ea4556236148a7be102ae9edc3ab58b7.tar.gz plus-4fcd82d8ea4556236148a7be102ae9edc3ab58b7.tar.bz2 plus-4fcd82d8ea4556236148a7be102ae9edc3ab58b7.tar.xz plus-4fcd82d8ea4556236148a7be102ae9edc3ab58b7.zip |
Change version to 1.3.6.9.v1.3.6.9
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 2c75d00db..40a04f701 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.26" \ + -DPRODUCT_VERSION="1.3.6.9" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 3363d3e9b..4652f119b 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.26" \ + -DPRODUCT_VERSION="1.3.6.9" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 4e486f2f0..28fddd5ef 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.26" \ + -DPRODUCT_VERSION="1.3.6.9" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |