Daniele Bartolini hace 7 años
padre
commit
d8339e6bde
Se han modificado 4 ficheros con 5 adiciones y 5 borrados
  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

@@ -24,7 +24,7 @@ Engine initialization and shutdown.
 ## Download
 
 ### Linux
-[crown-0.0.31-linux-x64.tar.gz](https://github.com/dbartolini/crown/releases/download/v0.0.31/crown-0.0.31-linux-x64.tar.gz)
+[crown-0.0.32-linux-x64.tar.gz](https://github.com/dbartolini/crown/releases/download/v0.0.32/crown-0.0.32-linux-x64.tar.gz)
 
 ## Documentation
 

+ 2 - 2
docs/conf.py

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

+ 1 - 1
src/config.h

@@ -7,7 +7,7 @@
 
 #include "core/platform.h"
 
-#define CROWN_VERSION "0.0.32"
+#define CROWN_VERSION "0.0.33"
 
 #ifndef CROWN_DEBUG
 	#define CROWN_DEBUG 0

+ 1 - 1
tools/config.vala

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