Skip to content

Commit 13e1309

Browse files
committed
Increment version to 5.4.9.4 for post testnet v13 mandatory development
1 parent 3357441 commit 13e1309

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.3
31+
VERSION 5.4.9.4
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, 3)
6+
define(_CLIENT_VERSION_BUILD, 4)
77
define(_CLIENT_VERSION_IS_RELEASE, false)
88
define(_COPYRIGHT_YEAR, 2025)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])

0 commit comments

Comments
 (0)