Skip to content

Commit 60c4ec8

Browse files
NateIsernclaude
andcommitted
Bump version to 3.0.1
Set CLIENT_VERSION_REVISION 0 -> 1 in src/clientversion.h and _CLIENT_VERSION_REVISION 0 -> 1 in configure.ac (AC_INIT derives the package version from these macros), producing version 3.0.1.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b4057cc commit 60c4ec8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 3)
44
define(_CLIENT_VERSION_MINOR, 0)
5-
define(_CLIENT_VERSION_REVISION, 0)
5+
define(_CLIENT_VERSION_REVISION, 1)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2026)

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! These need to be macros, as clientversion.cpp's and faircoin*-res.rc's voodoo requires it
1717
#define CLIENT_VERSION_MAJOR 3
1818
#define CLIENT_VERSION_MINOR 0
19-
#define CLIENT_VERSION_REVISION 0
19+
#define CLIENT_VERSION_REVISION 1
2020
#define CLIENT_VERSION_BUILD 0
2121

2222
//! Set to true for release, false for prerelease or test build

0 commit comments

Comments
 (0)