1
0
Fork 0
forked from lthn/blockchain

Bump version to 6.0.1

Updated version numbers in Makefile and src/version.h.in to 6.0.1 and incremented build number. Also updated docs submodule to latest commit.
This commit is contained in:
Snider 2025-09-30 16:28:21 +01:00
parent 044a2e0f61
commit 8579b67ac6
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
CPU_CORES := 1
TESTNET:= 0
BUILD_TYPE ?=Release
BUILD_VERSION:=6.0.0
BUILD_VERSION:=6.0.1
# -----------------------------------------------------------------
# Unixlike systems (Linux, macOS, *BSD, etc.)

2
docs

@ -1 +1 @@
Subproject commit e73dfdd55a5d4d4a128dd2c992b9484ee908bc46
Subproject commit 12e20efce7eaf51e38d8953c318633b1c5189256

View file

@ -5,9 +5,9 @@
#define PROJECT_MAJOR_VERSION "6"
#define PROJECT_MINOR_VERSION "0"
#define PROJECT_REVISION "0"
#define PROJECT_REVISION "1"
#define PROJECT_VERSION PROJECT_MAJOR_VERSION "." PROJECT_MINOR_VERSION "." PROJECT_REVISION
#define PROJECT_VERSION_BUILD_NO 1
#define PROJECT_VERSION_BUILD_NO 2
#define PROJECT_VERSION_BUILD_NO_STR STRINGIFY_EXPAND(PROJECT_VERSION_BUILD_NO)
#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO_STR "[" BUILD_COMMIT_ID "]"