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 832443a commit 1b83bc0Copy full SHA for 1b83bc0
configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 22)
4
define(_CLIENT_VERSION_MINOR, 1)
5
define(_CLIENT_VERSION_BUILD, 0)
6
define(_CLIENT_VERSION_IS_RELEASE, false)
7
-define(_COPYRIGHT_YEAR, 2024)
+define(_COPYRIGHT_YEAR, 2025)
8
define(_COPYRIGHT_HOLDERS,[The %s developers])
9
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Dash Core]])
10
AC_INIT([Dash Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD),[https://github.com/dashpay/dash/issues],[dashcore],[https://dash.org/])
0 commit comments