summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBernd Wachter <bwachter-tmw@lart.info>2010-01-25 19:01:04 +0100
committerJared Adams <jaxad0127@gmail.com>2010-01-25 11:31:53 -0700
commit5aa2921adcf195f60f43e590bddf86e3b74d1a29 (patch)
tree1d4f9c0998633d52fbc7baf45ac561733b59e3b8 /src
parent3730a6028626cfcdab9bd98aecfeadf6c884b505 (diff)
downloadmana-client-5aa2921adcf195f60f43e590bddf86e3b74d1a29.tar.gz
mana-client-5aa2921adcf195f60f43e590bddf86e3b74d1a29.tar.bz2
mana-client-5aa2921adcf195f60f43e590bddf86e3b74d1a29.tar.xz
mana-client-5aa2921adcf195f60f43e590bddf86e3b74d1a29.zip
Bump version number for Windows builds to 0.1.0.0
Diffstat (limited to 'src')
-rw-r--r--src/winver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/winver.h b/src/winver.h
index 708e247b..03a0c215 100644
--- a/src/winver.h
+++ b/src/winver.h
@@ -1,6 +1,6 @@
/* VERSION DEFINITIONS */
#define VER_MAJOR 0
-#define VER_MINOR 0
-#define VER_RELEASE 29
-#define VER_BUILD 1
-#define PACKAGE_VERSION "0.0.29.1"
+#define VER_MINOR 1
+#define VER_RELEASE 0
+#define VER_BUILD 0
+#define PACKAGE_VERSION "0.1.0.0"