diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-02-12 20:50:35 +0100 |
---|---|---|
committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-02-12 20:50:35 +0100 |
commit | 4624f64d9bd89cd80030b2c0f143cfe4d2197229 (patch) | |
tree | c4acb334ec57bd347705af6908ee0218c96acb36 /packaging/windows | |
parent | 47994cccad0c0c7fcd3918e97f2620fee15115a5 (diff) | |
download | mana-4624f64d9bd89cd80030b2c0f143cfe4d2197229.tar.gz mana-4624f64d9bd89cd80030b2c0f143cfe4d2197229.tar.bz2 mana-4624f64d9bd89cd80030b2c0f143cfe4d2197229.tar.xz mana-4624f64d9bd89cd80030b2c0f143cfe4d2197229.zip |
Updated project file and version number in NSIS scriptv0.0.28.1
Diffstat (limited to 'packaging/windows')
-rw-r--r-- | packaging/windows/setup.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index c5d1b483..abd75299 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -9,7 +9,7 @@ SetCompressor /SOLID lzma ; HM NIS Edit helper defines !define PRODUCT_NAME "The Mana World" -!define PRODUCT_VERSION "0.0.28" +!define PRODUCT_VERSION "0.0.28.1" !define PRODUCT_PUBLISHER "The Mana World Development Team" !define PRODUCT_WEB_SITE "http://themanaworld.org" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\tmw.exe" |