Skip to content

Commit

Permalink
Merge #2899: [Build] Update copyright year to 2024
Browse files Browse the repository at this point in the history
27e4f25 [Build] Update copyright year to 2024 (Fuzzbawls)

Pull request description:

  Build-only update of copyright year. A full headers copyright year update will be done separately.

ACKs for top commit: 27e4f25
  Liquid369:
    uTACK 27e4f25
  Duddino:
    utACK 27e4f25

Tree-SHA512: dd9079806244ed8fe5e37838745edf3822ed9420823acf644d3392c877b76af7d36de7ea1ac30a55abc6946dfb73a266bdab40b8b6630bae1d92145d218435ec
  • Loading branch information
Fuzzbawls committed Feb 16, 2024
2 parents d293ad2 + 27e4f25 commit badb446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 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)
AC_INIT([PIVX 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/pivx-project/pivx/issues],[pivx],[https://www.pivx.org/])
AC_CONFIG_SRCDIR([src/validation.cpp])
AC_CONFIG_HEADERS([src/config/pivx-config.h])
Expand Down

0 comments on commit badb446

Please sign in to comment.