From bc4fb57b9d660d5d0cb220719ffa766c2d8b9750 Mon Sep 17 00:00:00 2001 From: "James C. Owens" Date: Mon, 29 Jan 2024 18:10:25 -0500 Subject: [PATCH] Update version to 5.4.5.5 for testnet Also update copyright year to 2024 for applicable files. --- configure.ac | 4 ++-- src/gridcoin/beacon.cpp | 2 +- src/gridcoin/beacon.h | 2 +- src/gridcoin/contract/payload.h | 2 +- src/gridcoin/contract/registry.cpp | 2 +- src/gridcoin/contract/registry.h | 2 +- src/gridcoin/contract/registry_db.h | 2 +- src/gridcoin/gridcoin.cpp | 2 +- src/gridcoin/project.cpp | 2 +- src/gridcoin/project.h | 2 +- src/gridcoin/protocol.cpp | 2 +- src/gridcoin/protocol.h | 2 +- src/gridcoin/sidestake.cpp | 2 +- src/gridcoin/sidestake.h | 2 +- src/qt/aboutdialog.cpp | 2 +- src/qt/editsidestakedialog.cpp | 2 +- src/qt/editsidestakedialog.h | 2 +- src/qt/sidestaketablemodel.cpp | 2 +- src/qt/sidestaketablemodel.h | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/configure.ac b/configure.ac index 332b18ef2b..b9f1baed24 100755 --- a/configure.ac +++ b/configure.ac @@ -3,9 +3,9 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 5) define(_CLIENT_VERSION_MINOR, 4) define(_CLIENT_VERSION_REVISION, 5) -define(_CLIENT_VERSION_BUILD, 4) +define(_CLIENT_VERSION_BUILD, 5) define(_CLIENT_VERSION_IS_RELEASE, false) -define(_COPYRIGHT_YEAR, 2023) +define(_COPYRIGHT_YEAR, 2024) define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Gridcoin]]) AC_INIT([Gridcoin],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/gridcoin/Gridcoin-Research/issues],[gridcoin],[https://gridcoin.us/]) diff --git a/src/gridcoin/beacon.cpp b/src/gridcoin/beacon.cpp index debfa35a08..d0e70943bb 100644 --- a/src/gridcoin/beacon.cpp +++ b/src/gridcoin/beacon.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/beacon.h b/src/gridcoin/beacon.h index 17f3dd69f5..df941b8ad4 100644 --- a/src/gridcoin/beacon.h +++ b/src/gridcoin/beacon.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/contract/payload.h b/src/gridcoin/contract/payload.h index 6a1c7bde7b..be608b5e67 100644 --- a/src/gridcoin/contract/payload.h +++ b/src/gridcoin/contract/payload.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/contract/registry.cpp b/src/gridcoin/contract/registry.cpp index aa618ef50e..65d90f8652 100644 --- a/src/gridcoin/contract/registry.cpp +++ b/src/gridcoin/contract/registry.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/contract/registry.h b/src/gridcoin/contract/registry.h index b2bd46d954..3896864316 100644 --- a/src/gridcoin/contract/registry.h +++ b/src/gridcoin/contract/registry.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/contract/registry_db.h b/src/gridcoin/contract/registry_db.h index 30694edfe2..826aa69bdf 100644 --- a/src/gridcoin/contract/registry_db.h +++ b/src/gridcoin/contract/registry_db.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/gridcoin.cpp b/src/gridcoin/gridcoin.cpp index fb713be0d2..5ef78ce340 100644 --- a/src/gridcoin/gridcoin.cpp +++ b/src/gridcoin/gridcoin.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/project.cpp b/src/gridcoin/project.cpp index 45d6321d3a..3c92fd8792 100644 --- a/src/gridcoin/project.cpp +++ b/src/gridcoin/project.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/project.h b/src/gridcoin/project.h index 54c509c60a..c397e71bb9 100644 --- a/src/gridcoin/project.h +++ b/src/gridcoin/project.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/protocol.cpp b/src/gridcoin/protocol.cpp index 793dd207b3..4281f01a15 100644 --- a/src/gridcoin/protocol.cpp +++ b/src/gridcoin/protocol.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/protocol.h b/src/gridcoin/protocol.h index d1b93150a6..3e409634e3 100644 --- a/src/gridcoin/protocol.h +++ b/src/gridcoin/protocol.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/sidestake.cpp b/src/gridcoin/sidestake.cpp index b922c3ffb7..938d906c47 100644 --- a/src/gridcoin/sidestake.cpp +++ b/src/gridcoin/sidestake.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/gridcoin/sidestake.h b/src/gridcoin/sidestake.h index d27c91e19d..8702701643 100644 --- a/src/gridcoin/sidestake.h +++ b/src/gridcoin/sidestake.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/qt/aboutdialog.cpp b/src/qt/aboutdialog.cpp index 9748a8087a..b8707c941c 100755 --- a/src/qt/aboutdialog.cpp +++ b/src/qt/aboutdialog.cpp @@ -8,7 +8,7 @@ AboutDialog::AboutDialog(QWidget *parent) : ui(new Ui::AboutDialog) { ui->setupUi(this); - ui->copyrightLabel->setText("Copyright 2009-2023 The Bitcoin/Peercoin/Black-Coin/Gridcoin developers"); + ui->copyrightLabel->setText("Copyright 2009-2024 The Bitcoin/Peercoin/Black-Coin/Gridcoin developers"); resize(GRC::ScaleSize(this, width(), height())); } diff --git a/src/qt/editsidestakedialog.cpp b/src/qt/editsidestakedialog.cpp index 01cb269f53..18596ac7ca 100644 --- a/src/qt/editsidestakedialog.cpp +++ b/src/qt/editsidestakedialog.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/qt/editsidestakedialog.h b/src/qt/editsidestakedialog.h index b58a44fad6..2da58052ad 100644 --- a/src/qt/editsidestakedialog.h +++ b/src/qt/editsidestakedialog.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/qt/sidestaketablemodel.cpp b/src/qt/sidestaketablemodel.cpp index 1b7af78559..140307591a 100644 --- a/src/qt/sidestaketablemodel.cpp +++ b/src/qt/sidestaketablemodel.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/qt/sidestaketablemodel.h b/src/qt/sidestaketablemodel.h index 60320c36f3..2c496f373c 100644 --- a/src/qt/sidestaketablemodel.h +++ b/src/qt/sidestaketablemodel.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Gridcoin developers +// Copyright (c) 2014-2024 The Gridcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php.