summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-05-26 16:54:17 +0300
committerAndrei Karas <akaras@inbox.ru>2012-05-26 16:54:17 +0300
commit797a97ed626d7625994d5248fb4f2d887a1a1e55 (patch)
tree79a4830cfd1e1ca65225d74c8570e77ecbaa4813 /build
parente4d57867a0f14c9b3b931f7e620e6d271450977a (diff)
downloadplus-797a97ed626d7625994d5248fb4f2d887a1a1e55.tar.gz
plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.tar.bz2
plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.tar.xz
plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.zip
Change version to 1.2.5.27
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 fdabe053f..598f272e6 100755
--- a/build/packevol
+++ b/build/packevol
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \
- -DPRODUCT_VERSION="1.2.5.12" \
+ -DPRODUCT_VERSION="1.2.5.27" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 1142ac684..98be9bddf 100755
--- a/build/packwin
+++ b/build/packwin
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \
- -DPRODUCT_VERSION="1.2.5.12" \
+ -DPRODUCT_VERSION="1.2.5.27" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi