We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73338ab + 1effb58 commit 0a03b2fCopy full SHA for 0a03b2f
configure.ac
@@ -2,9 +2,9 @@ AC_PREREQ([2.69])
2
define(_CLIENT_VERSION_MAJOR, 23)
3
define(_CLIENT_VERSION_MINOR, 3)
4
define(_CLIENT_VERSION_BUILD, 0)
5
-define(_CLIENT_VERSION_RC, 7)
+define(_CLIENT_VERSION_RC, 0)
6
define(_CLIENT_VERSION_IS_RELEASE, true)
7
-define(_COPYRIGHT_YEAR, 2024)
+define(_COPYRIGHT_YEAR, 2025)
8
define(_COPYRIGHT_HOLDERS,[The %s developers])
9
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Elements Project]])
10
AC_INIT([Elements Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD)m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/ElementsProject/elements/issues],[elements],[https://elementsproject.org/])
0 commit comments