@@ -1,6 +1,10 @@
Changelog
=========
+0.45.0
+------
+*DD MMM YYYY*
+
0.44.0
------
*13 May 2021*
@@ -54,9 +54,9 @@ author = 'Daniele Bartolini'
# built documents.
#
# The short X.Y version.
-version = '0.44.0'
+version = '0.45.0'
# The full version, including alpha/beta/rc tags.
-release = '0.44.0'
+release = '0.45.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -8,7 +8,7 @@
#include "core/platform.h"
#define CROWN_VERSION_MAJOR 0
-#define CROWN_VERSION_MINOR 44
+#define CROWN_VERSION_MINOR 45
#define CROWN_VERSION_PATCH 0
#define CROWN_VERSION CE_STRINGIZE(CROWN_VERSION_MAJOR) \
@@ -5,7 +5,7 @@
namespace Crown
{
-const string CROWN_VERSION = "0.44.0";
+const string CROWN_VERSION = "0.45.0";
#if CROWN_PLATFORM_LINUX
const string ENGINE_DIR = ".";