diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-07 14:46:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-07 14:46:21 +0300 |
commit | d4c1d0ebb7a7fdfecacf4e0a06eab4122da0d23d (patch) | |
tree | 7b41854e105b0be012142493c786cafa8192af5e /build | |
parent | edd04bf83e7ac8d593d2053400992a6a545ffc47 (diff) | |
download | ManaVerse-d4c1d0ebb7a7fdfecacf4e0a06eab4122da0d23d.tar.gz ManaVerse-d4c1d0ebb7a7fdfecacf4e0a06eab4122da0d23d.tar.bz2 ManaVerse-d4c1d0ebb7a7fdfecacf4e0a06eab4122da0d23d.tar.xz ManaVerse-d4c1d0ebb7a7fdfecacf4e0a06eab4122da0d23d.zip |
Change version to 1.5.11.7.v1.5.11.7
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 d2779ee9f..425eebacd 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.5.10.24" \ + -DPRODUCT_VERSION="1.5.11.7" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 46e005c72..c63f0430d 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.5.10.24" \ + -DPRODUCT_VERSION="1.5.11.7" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 2ab6c10af..2410cbfa7 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.5.10.24" \ + -DPRODUCT_VERSION="1.5.11.7" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |