summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2010-10-17 21:25:22 +0200
committerStefan Dombrowski <stefan@uni-bonn.de>2010-10-17 21:25:22 +0200
commitbe599ed0d7b1c1e70cb593dcdfae69fad926e6b7 (patch)
tree1c194f8c114f99a37aabecbd7ba745d45e11d515
parent564d845603964401533922f5c81c99c385817d4b (diff)
downloadmana-client-be599ed0d7b1c1e70cb593dcdfae69fad926e6b7.tar.gz
mana-client-be599ed0d7b1c1e70cb593dcdfae69fad926e6b7.tar.bz2
mana-client-be599ed0d7b1c1e70cb593dcdfae69fad926e6b7.tar.xz
mana-client-be599ed0d7b1c1e70cb593dcdfae69fad926e6b7.zip
Changing client version to 0.5
Removing mana-ea.rc, because it was the same as mana.rc. Reviewed-by: Aard, Bertram
-rw-r--r--mana.cbp3
-rw-r--r--src/main.h2
-rw-r--r--src/mana-ea.rc23
-rw-r--r--src/winver.h4
4 files changed, 3 insertions, 29 deletions
diff --git a/mana.cbp b/mana.cbp
index 2c7ea41c..8521355d 100644
--- a/mana.cbp
+++ b/mana.cbp
@@ -371,9 +371,6 @@
<Unit filename="src\log.h" />
<Unit filename="src\main.cpp" />
<Unit filename="src\main.h" />
- <Unit filename="src\mana-ea.rc">
- <Option compilerVar="WINDRES" />
- </Unit>
<Unit filename="src\mana.rc">
<Option compilerVar="WINDRES" />
</Unit>
diff --git a/src/main.h b/src/main.h
index 3f30ef14..679f7c7d 100644
--- a/src/main.h
+++ b/src/main.h
@@ -55,7 +55,7 @@
#elif defined WIN32
#include "winver.h"
#elif defined __APPLE__
-#define PACKAGE_VERSION "1.0.0"
+#define PACKAGE_VERSION "0.5.0"
#endif
#ifdef PACKAGE_VERSION
diff --git a/src/mana-ea.rc b/src/mana-ea.rc
deleted file mode 100644
index 12068ea2..00000000
--- a/src/mana-ea.rc
+++ /dev/null
@@ -1,23 +0,0 @@
-#include <windows.h> // include for version info constants
-
-#include "winver.h"
-
-A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../data/icons/mana.ico"
-
-1 VERSIONINFO
-FILEVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD
-PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD
-//FILETYPE VFT_APP
-{
- BLOCK "StringFileInfo" {
- BLOCK "040904E4" {
- VALUE "CompanyName", "The Mana Development Team"
- VALUE "FileVersion", PACKAGE_VERSION
- VALUE "FileDescription", "Mana (Eathena)"
- VALUE "LegalCopyright", "2004-2010 (C)"
- VALUE "OriginalFilename", "mana-ea.exe"
- VALUE "ProductName", "Mana MMORPG Client"
- VALUE "ProductVersion", PACKAGE_VERSION
- }
- }
-}
diff --git a/src/winver.h b/src/winver.h
index 03a0c215..ea8d8e9c 100644
--- a/src/winver.h
+++ b/src/winver.h
@@ -1,6 +1,6 @@
/* VERSION DEFINITIONS */
#define VER_MAJOR 0
-#define VER_MINOR 1
+#define VER_MINOR 5
#define VER_RELEASE 0
#define VER_BUILD 0
-#define PACKAGE_VERSION "0.1.0.0"
+#define PACKAGE_VERSION "0.5.0.0"