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.
1 parent f8a7d37 commit 7b3a48eCopy full SHA for 7b3a48e
configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MINOR, 1)
4
define(_CLIENT_VERSION_BUILD, 0)
5
define(_CLIENT_VERSION_RC, 0)
6
define(_CLIENT_VERSION_IS_RELEASE, true)
7
-define(_COPYRIGHT_YEAR, 2022)
+define(_COPYRIGHT_YEAR, 2023)
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