Skip to content

Commit c7cc72a

Browse files
committed
Increment version to 5.4.9,2 to distinguish consensus critical code merge
The major consensus critical PRs, #2778 and #2781, have been merged and will at first be operating in current consensus (block v12) compatibility mode. Nodes using this code in v12 mode need to be identifiable.
1 parent 995097a commit c7cc72a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ HunterGate(
2828
# =====================
2929

3030
project("Gridcoin"
31-
VERSION 5.4.9.1
31+
VERSION 5.4.9.2
3232
DESCRIPTION "POS-based cryptocurrency that rewards BOINC computation"
3333
HOMEPAGE_URL "https://gridcoin.us"
3434
LANGUAGES C CXX

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 5)
44
define(_CLIENT_VERSION_MINOR, 4)
55
define(_CLIENT_VERSION_REVISION, 9)
6-
define(_CLIENT_VERSION_BUILD, 1)
6+
define(_CLIENT_VERSION_BUILD, 2)
77
define(_CLIENT_VERSION_IS_RELEASE, false)
88
define(_COPYRIGHT_YEAR, 2025)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])

0 commit comments

Comments
 (0)