Procházet zdrojové kódy

Bump Crown v0.54.0

Daniele Bartolini před 1 rokem
rodič
revize
3feb79d427
4 změnil soubory, kde provedl 8 přidání a 5 odebrání
  1. 3 0
      docs/changelog.rst
  2. 3 3
      docs/conf.py
  3. 1 1
      src/config.h
  4. 1 1
      tools/config.vala

+ 3 - 0
docs/changelog.rst

@@ -1,6 +1,9 @@
 Changelog
 =========
 
+0.54.0 --- DD MMM YYYY
+----------------------
+
 0.53.0 --- 30 Nov 2024
 ----------------------
 

+ 3 - 3
docs/conf.py

@@ -45,7 +45,7 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = 'Crown 0.53.0 Manual'
+project = 'Crown 0.54.0 Manual'
 copyright = 'Except where otherwise noted, content on this page is licensed under a CC-BY-SA 4.0 Int. License'
 author = 'Daniele Bartolini'
 
@@ -54,9 +54,9 @@ author = 'Daniele Bartolini'
 # built documents.
 #
 # The short X.Y version.
-version = '0.53.0'
+version = '0.54.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.53.0'
+release = '0.54.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 53
+#define CROWN_VERSION_MINOR 54
 #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.53.0";
+const string CROWN_VERSION = "0.54.0";
 
 const string CROWN_WWW_URL = "https://www.crownengine.org";
 const string CROWN_DOCS_URL = "https://docs.crownengine.org";