diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-18 17:28:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-18 17:28:44 +0300 |
commit | 950bc2e6e485c0fe2c6a418913fd4d380f6f21b6 (patch) | |
tree | eb14d052e89229523fb17d6865388bc54ec4f501 /build | |
parent | 33236f6f6de32b2d0b3aa4ca6181d6a266929f88 (diff) | |
download | plus-950bc2e6e485c0fe2c6a418913fd4d380f6f21b6.tar.gz plus-950bc2e6e485c0fe2c6a418913fd4d380f6f21b6.tar.bz2 plus-950bc2e6e485c0fe2c6a418913fd4d380f6f21b6.tar.xz plus-950bc2e6e485c0fe2c6a418913fd4d380f6f21b6.zip |
Change version to 1.2.2.19.
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 9059fdf58..7f89238ab 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.2.5" \ + -DPRODUCT_VERSION="1.2.2.19" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 296039482..ab7087768 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.2.5" \ + -DPRODUCT_VERSION="1.2.2.19" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |