summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-09-09 08:58:41 +0800
committerYohann Ferreira <yohann.ferreira@orange.fr>2011-09-09 09:00:38 +0800
commit47d2a4737844b967074dc90bdb984ddbdc0ecd29 (patch)
treed6651a860c2cea7c589264fcd6dcef3e8c12ab47 /src
parent201a236d62fdb6a4ba7996750506ed35ec68b54b (diff)
downloadmana-client-47d2a4737844b967074dc90bdb984ddbdc0ecd29.tar.gz
mana-client-47d2a4737844b967074dc90bdb984ddbdc0ecd29.tar.bz2
mana-client-47d2a4737844b967074dc90bdb984ddbdc0ecd29.tar.xz
mana-client-47d2a4737844b967074dc90bdb984ddbdc0ecd29.zip
Set the current build version to 0.6.0 in prevision of a release.
Diffstat (limited to 'src')
-rw-r--r--src/winver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/winver.h b/src/winver.h
index 773693bb..46eb942c 100644
--- a/src/winver.h
+++ b/src/winver.h
@@ -1,6 +1,6 @@
/* VERSION DEFINITIONS */
-#define VER_MAJOR 1
-#define VER_MINOR 0
+#define VER_MAJOR 0
+#define VER_MINOR 6
#define VER_RELEASE 0
#define VER_BUILD 0
-#define PACKAGE_VERSION "1.0.0.0"
+#define PACKAGE_VERSION "0.6.0.0"