aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
author22388o⚡️ <83122757+22388o@users.noreply.github.com>2023-12-25 08:25:49 -0300
committerkevkevin <oapallikunnel@gmail.com>2024-01-10 16:29:01 -0600
commit1f8450f066724dfbb5c5bc4060843e2f3340ed88 (patch)
treeb8a8329e8e69a9fb3fa2acf520b12a25997ca6d6 /configure.ac
parentfcacbab4878e10946c518970b630e7dccbbd2d45 (diff)
downloadbitcoin-1f8450f066724dfbb5c5bc4060843e2f3340ed88.tar.xz
doc: upgrade Bitcoin Core license to 2024
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bcff6c79f8..d705814ae7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MINOR, 99)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
-define(_COPYRIGHT_YEAR, 2023)
+define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core]])
AC_INIT([Bitcoin 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/bitcoin/bitcoin/issues],[bitcoin],[https://bitcoincore.org/])