Daniele Bartolini 6 سال پیش
والد
کامیت
f97380ca4b
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 2 2
      docs/conf.py
  2. 2 2
      src/config.h
  3. 1 1
      tools/config.vala

+ 2 - 2
docs/conf.py

@@ -56,9 +56,9 @@ author = 'Daniele Bartolini'
 # built documents.
 #
 # The short X.Y version.
-version = '0.1.2'
+version = '0.35.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.1.2'
+release = '0.35.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 2 - 2
src/config.h

@@ -8,8 +8,8 @@
 #include "core/platform.h"
 
 #define CROWN_VERSION_MAJOR 0
-#define CROWN_VERSION_MINOR 1
-#define CROWN_VERSION_PATCH 2
+#define CROWN_VERSION_MINOR 35
+#define CROWN_VERSION_PATCH 0
 
 #define CROWN_VERSION CE_STRINGIZE(CROWN_VERSION_MAJOR) \
 	"." CE_STRINGIZE(CROWN_VERSION_MINOR) \

+ 1 - 1
tools/config.vala

@@ -5,7 +5,7 @@
 
 namespace Crown
 {
-	const string CROWN_VERSION = "0.1.2";
+	const string CROWN_VERSION = "0.35.0";
 
 #if CROWN_PLATFORM_LINUX
 	const string ENGINE_DIR = ".";