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:
parent
044a2e0f61
commit
8579b67ac6
3 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -13,7 +13,7 @@
|
|||
CPU_CORES := 1
|
||||
TESTNET:= 0
|
||||
BUILD_TYPE ?=Release
|
||||
BUILD_VERSION:=6.0.0
|
||||
BUILD_VERSION:=6.0.1
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Unix‑like systems (Linux, macOS, *BSD, etc.)
|
||||
|
|
|
|||
2
docs
2
docs
|
|
@ -1 +1 @@
|
|||
Subproject commit e73dfdd55a5d4d4a128dd2c992b9484ee908bc46
|
||||
Subproject commit 12e20efce7eaf51e38d8953c318633b1c5189256
|
||||
|
|
@ -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 "]"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue