Update copyright year and ignore backup files

This commit is contained in:
2026-01-13 11:19:51 +01:00
parent 88cf273b9e
commit 61ad4d7e39
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -59,6 +59,7 @@ src/qt/palladium-qt.includes
.dirstamp
.libs
.*.swp
*~
*.*~*
*.bak
*.rej

View File

@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2025)
define(_COPYRIGHT_YEAR, 2026)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Palladium Core]])
AC_INIT([Palladium Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/palladium-coin/palladiumcore/issues],[palladium],[https://palladiumblockchain.net/])