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 a82b7b2 commit ff5ee5eCopy full SHA for ff5ee5e
1 file changed
configure.ac
@@ -1,10 +1,10 @@
1
AC_PREREQ([2.69])
2
define(_CLIENT_VERSION_MAJOR, 5)
3
-define(_CLIENT_VERSION_MINOR, 2)
+define(_CLIENT_VERSION_MINOR, 3)
4
define(_CLIENT_VERSION_BUILD, 69)
5
define(_CLIENT_VERSION_RC, 0)
6
define(_CLIENT_VERSION_IS_RELEASE, true )
7
-define(_COPYRIGHT_YEAR, 2025)
+define(_COPYRIGHT_YEAR, 2026)
8
define(_COPYRIGHT_HOLDERS,[The %s developers])
9
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core and Fact0rN]])
10
AC_INIT([Fact0rN],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD)m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/FACT0RN/FACT0RN/issues],[Fact0rN],[https://bitcoincore.org/])
0 commit comments