diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-23 13:11:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-23 13:11:20 +0300 |
commit | e7568a3156bd19c91201322543a13ae99aefc658 (patch) | |
tree | f892d11b68f2beec5da3d9d223f0d6b32e0f8648 /build | |
parent | a69a87c5a81ddbf25a25c5549259da550d207bda (diff) | |
download | ManaVerse-e7568a3156bd19c91201322543a13ae99aefc658.tar.gz ManaVerse-e7568a3156bd19c91201322543a13ae99aefc658.tar.bz2 ManaVerse-e7568a3156bd19c91201322543a13ae99aefc658.tar.xz ManaVerse-e7568a3156bd19c91201322543a13ae99aefc658.zip |
Change version to 1.2.6.24
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 91bde9423..500ffda82 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.6.10" \ + -DPRODUCT_VERSION="1.2.6.24" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 1b671b7d6..205a15346 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.6.10" \ + -DPRODUCT_VERSION="1.2.6.24" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |