Skip to content

Commit

Permalink
Bump Crown v0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartolini committed Oct 28, 2024
1 parent f2df879 commit dc8aaed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

0.52.0 --- DD MMM YYYY
----------------------

0.51.0 --- 28 Oct 2024
----------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.51.0'
version = '0.52.0'
# The full version, including alpha/beta/rc tags.
release = '0.51.0'
release = '0.52.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "core/platform.h"

#define CROWN_VERSION_MAJOR 0
#define CROWN_VERSION_MINOR 51
#define CROWN_VERSION_MINOR 52
#define CROWN_VERSION_PATCH 0

#define CROWN_VERSION CE_STRINGIZE(CROWN_VERSION_MAJOR) \
Expand Down
2 changes: 1 addition & 1 deletion tools/config.vala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Crown
{
const string CROWN_VERSION = "0.51.0";
const string CROWN_VERSION = "0.52.0";

#if CROWN_PLATFORM_LINUX
const string ENGINE_DIR = ".";
Expand Down

0 comments on commit dc8aaed

Please sign in to comment.