We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73338ab commit 2dfe268Copy full SHA for 2dfe268
1 file changed
configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MINOR, 3)
4
define(_CLIENT_VERSION_BUILD, 0)
5
define(_CLIENT_VERSION_RC, 7)
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