diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-21 16:14:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-21 16:14:31 +0300 |
commit | 1e47f6e16b71d4157a48f6ccc8c4f25926150c10 (patch) | |
tree | 9346141ab5bedc01dbac8f1a1e73eaa5e459c1b2 /build/packwin | |
parent | 5ea9419d9628247504a6eaa164b6f1c6b271955b (diff) | |
download | manaplus-1e47f6e16b71d4157a48f6ccc8c4f25926150c10.tar.gz manaplus-1e47f6e16b71d4157a48f6ccc8c4f25926150c10.tar.bz2 manaplus-1e47f6e16b71d4157a48f6ccc8c4f25926150c10.tar.xz manaplus-1e47f6e16b71d4157a48f6ccc8c4f25926150c10.zip |
Change version to 1.5.11.21v1.5.11.21
Diffstat (limited to 'build/packwin')
-rwxr-xr-x | build/packwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/packwin b/build/packwin index 2410cbfa7..628627b2c 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.7" \ + -DPRODUCT_VERSION="1.5.11.21" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |