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 fdeaa49 + 6518d4e commit 3e44c1fCopy full SHA for 3e44c1f
configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MINOR, 0)
4
define(_CLIENT_VERSION_BUILD, 0)
5
define(_CLIENT_VERSION_RC, 3)
6
define(_CLIENT_VERSION_IS_RELEASE, true)
7
-define(_COPYRIGHT_YEAR, 2021)
+define(_COPYRIGHT_YEAR, 2022)
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