diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-23 18:16:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-23 22:31:32 +0300 |
commit | 45bd27b9b878fc2a96ef58a6224f4fcc4d615599 (patch) | |
tree | 5fb0cde3c20f1e91775aecef502315181d0b1241 /build | |
parent | c4a63fe9e5804ff2f725df7fd5a9311dc177d8ee (diff) | |
download | ManaVerse-45bd27b9b878fc2a96ef58a6224f4fcc4d615599.tar.gz ManaVerse-45bd27b9b878fc2a96ef58a6224f4fcc4d615599.tar.bz2 ManaVerse-45bd27b9b878fc2a96ef58a6224f4fcc4d615599.tar.xz ManaVerse-45bd27b9b878fc2a96ef58a6224f4fcc4d615599.zip |
Change version to 1.6.4.23v1.6.4.23
Diffstat (limited to 'build')
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packtmw | 2 | ||||
-rwxr-xr-x | build/packwin | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build/packevol b/build/packevol index 607a2e1bb..8a2e5905e 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.6.4.9" \ + -DPRODUCT_VERSION="1.6.4.23" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 0541e8f2f..4c26ae869 100755 --- a/build/packtmw +++ b/build/packtmw @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.6.4.9" \ + -DPRODUCT_VERSION="1.6.4.23" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index e78d4e159..80a5ab69e 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.6.4.9" \ + -DPRODUCT_VERSION="1.6.4.23" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |