@@ -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
@@ -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.
@@ -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
@@ -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 = ".";