Skip to content

Commit 56b8a1b

Browse files
committed
Bump Crown v0.62.2
1 parent af1aed0 commit 56b8a1b

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
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>`

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
master_doc = 'index'
5555

5656
# General information about the project.
57-
project = 'Crown 0.62.1 Manual'
57+
project = 'Crown 0.62.2 Manual'
5858
copyright = 'Except where otherwise noted, content on this page is licensed under a CC-BY-SA 4.0 Int. License'
5959
author = 'Daniele Bartolini'
6060

@@ -63,9 +63,9 @@
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.

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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) \

tools/config.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Crown
77
{
88
const string CROWN_VERSION_MAJOR = "0";
99
const string CROWN_VERSION_MINOR = "62";
10-
const string CROWN_VERSION_PATCH = "1";
10+
const string CROWN_VERSION_PATCH = "2";
1111

1212
const string CROWN_FEATURES_VERSION = CROWN_VERSION_MAJOR + "." + CROWN_VERSION_MINOR;
1313
const string CROWN_MANUAL_VERSION = CROWN_FEATURES_VERSION + ".0";

0 commit comments

Comments
 (0)