diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-12 14:48:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-12 14:48:32 +0300 |
commit | cceed6914a7db60458d9922d20e1160e79c33fb7 (patch) | |
tree | 28979e0394743b155aaa41579220931244730a07 /build | |
parent | e1c524b4c89ab61acd57e3500a375ede1a146777 (diff) | |
download | ManaVerse-cceed6914a7db60458d9922d20e1160e79c33fb7.tar.gz ManaVerse-cceed6914a7db60458d9922d20e1160e79c33fb7.tar.bz2 ManaVerse-cceed6914a7db60458d9922d20e1160e79c33fb7.tar.xz ManaVerse-cceed6914a7db60458d9922d20e1160e79c33fb7.zip |
Change version to 1.6.3.12.
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 cc8dafaee..9da47d7f8 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.2.27" \ + -DPRODUCT_VERSION="1.6.3.12" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index dd3ccf1a2..60f97adae 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.2.27" \ + -DPRODUCT_VERSION="1.6.3.12" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 8190018c7..5a50c7779 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.2.27" \ + -DPRODUCT_VERSION="1.6.3.12" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |