summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-29 15:01:52 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-29 15:01:52 +0300
commit1c91f5bcbb19eeef11ae6a93f02da8305e93d923 (patch)
treea5cf1bf1ae8c6fe41e6b30e8d89346571b7f21cf /build
parent23ed5c7ca7731abdc91ae8e7c954b2181f19c4df (diff)
downloadplus-1c91f5bcbb19eeef11ae6a93f02da8305e93d923.tar.gz
plus-1c91f5bcbb19eeef11ae6a93f02da8305e93d923.tar.bz2
plus-1c91f5bcbb19eeef11ae6a93f02da8305e93d923.tar.xz
plus-1c91f5bcbb19eeef11ae6a93f02da8305e93d923.zip
Change version to 1.2.9.30
Diffstat (limited to 'build')
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
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