File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ .. _v0.62.2 :
5+
6+ :ref: `0.62.2 --- DD MMM YYYY <v0.62.2 >`
7+ ---------------------------------------
8+
49.. _v0.62.1 :
510
611:ref: `0.62.1 --- 16 Apr 2026 <v0.62.1 >`
Original file line number Diff line number Diff line change 5454master_doc = 'index'
5555
5656# General information about the project.
57- project = 'Crown 0.62.1 Manual'
57+ project = 'Crown 0.62.2 Manual'
5858copyright = 'Except where otherwise noted, content on this page is licensed under a CC-BY-SA 4.0 Int. License'
5959author = 'Daniele Bartolini'
6060
6363# built documents.
6464#
6565# The short X.Y version.
66- version = '0.62.1 '
66+ version = '0.62.2 '
6767# The full version, including alpha/beta/rc tags.
68- release = '0.62.1 '
68+ release = '0.62.2 '
6969
7070# The language for content autogenerated by Sphinx. Refer to documentation
7171# for a list of supported languages.
Original file line number Diff line number Diff line change 99
1010#define CROWN_VERSION_MAJOR 0
1111#define CROWN_VERSION_MINOR 62
12- #define CROWN_VERSION_PATCH 1
12+ #define CROWN_VERSION_PATCH 2
1313
1414#define CROWN_FEATURES_VERSION CE_STRINGIZE(CROWN_VERSION_MAJOR) \
1515 "." CE_STRINGIZE(CROWN_VERSION_MINOR) \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace Crown
77{
88const string CROWN_VERSION_MAJOR = " 0" ;
99const string CROWN_VERSION_MINOR = " 62" ;
10- const string CROWN_VERSION_PATCH = " 1 " ;
10+ const string CROWN_VERSION_PATCH = " 2 " ;
1111
1212const string CROWN_FEATURES_VERSION = CROWN_VERSION_MAJOR + " ." + CROWN_VERSION_MINOR ;
1313const string CROWN_MANUAL_VERSION = CROWN_FEATURES_VERSION + " .0" ;
You can’t perform that action at this time.
0 commit comments