diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-05 16:00:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-05 16:00:12 +0300 |
commit | 13ec103b3e76c3750993905413a8ac72383176c3 (patch) | |
tree | 2999b34de6b309fe216fa7339dc5353a27c6aa5c /build | |
parent | 964a268c86b34b2ce3cd2c15f2edfcab24896937 (diff) | |
download | ManaVerse-13ec103b3e76c3750993905413a8ac72383176c3.tar.gz ManaVerse-13ec103b3e76c3750993905413a8ac72383176c3.tar.bz2 ManaVerse-13ec103b3e76c3750993905413a8ac72383176c3.tar.xz ManaVerse-13ec103b3e76c3750993905413a8ac72383176c3.zip |
Change version to 1.5.12.5v1.5.12.5
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 f927fb338..41a61a818 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.11.21" \ + -DPRODUCT_VERSION="1.5.12.5" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 332b1e040..60a9206fa 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.11.21" \ + -DPRODUCT_VERSION="1.5.12.5" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 628627b2c..a2e0b5dd2 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.11.21" \ + -DPRODUCT_VERSION="1.5.12.5" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |