From 16244d84a092e4b3d5d0ee502cfdf13c1e4fa723 Mon Sep 17 00:00:00 2001 From: DanS Date: Sun, 2 Aug 2026 22:53:23 -0500 Subject: [PATCH] chore(release): bump version to 2.0.1 Full-node ObsidianDragon 2.0.0 -> 2.0.1 (single source of truth: the project() VERSION in CMakeLists.txt). Verified the generated header renders "2.0.1 (ObsidianDragon)". The Lite variant is versioned independently (DRAGONX_LITE_VERSION, unchanged at 1.0.0). Co-Authored-By: Claude Opus 4.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d20bafb..c6c2cf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if(APPLE) endif() project(ObsidianDragon - VERSION 2.0.0 + VERSION 2.0.1 LANGUAGES C CXX DESCRIPTION "DragonX Cryptocurrency Wallet" )