diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-29 15:01:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-29 15:01:52 +0300 |
commit | 1c91f5bcbb19eeef11ae6a93f02da8305e93d923 (patch) | |
tree | a5cf1bf1ae8c6fe41e6b30e8d89346571b7f21cf /build | |
parent | 23ed5c7ca7731abdc91ae8e7c954b2181f19c4df (diff) | |
download | mv-1c91f5bcbb19eeef11ae6a93f02da8305e93d923.tar.gz mv-1c91f5bcbb19eeef11ae6a93f02da8305e93d923.tar.bz2 mv-1c91f5bcbb19eeef11ae6a93f02da8305e93d923.tar.xz mv-1c91f5bcbb19eeef11ae6a93f02da8305e93d923.zip |
Change version to 1.2.9.30
Diffstat (limited to 'build')
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packwin | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/packevol b/build/packevol index 97e647dbb..24ea41d96 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.2.9.16" \ + -DPRODUCT_VERSION="1.2.9.30" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index a30b64e14..80f1a6c86 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.2.9.16" \ + -DPRODUCT_VERSION="1.2.9.30" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |