Daniele Bartolini vor 6 Jahren
Ursprung
Commit
61e64c0256
4 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 1 1
      README.md
  2. 2 2
      docs/conf.py
  3. 1 1
      src/config.h
  4. 1 1
      tools/config.vala

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ It is loosely inspired by Bitsquid (now Stingray) engine and its design principl
 
 ## Download
 
-  * [Crown v0.1.1 for Linux 64-bits](https://github.com/dbartolini/crown/releases/download/v0.1.1/crown-0.1.1-linux-x64.tar.gz)
+  * [Crown v0.35.0 for Linux 64-bits](https://github.com/dbartolini/crown/releases/download/v0.35.0/crown-0.35.0-linux-x64.tar.gz)
 
 ## Support
 

+ 2 - 2
docs/conf.py

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

+ 1 - 1
src/config.h

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

+ 1 - 1
tools/config.vala

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