From ee9144ab13286fbbf8912d2a10a16eee56a18402 Mon Sep 17 00:00:00 2001 From: DanS Date: Sat, 6 Jun 2026 22:55:50 -0500 Subject: [PATCH] Bump version to 6.25.2 Switch fork versioning from 6.25.1-drg2 to a clean 6.25.2 patch version (APP_VERSION, APP_VER_PATCH, package.json, CHANGELOG heading). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 +- package.json | 2 +- src/version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba382ac1..97352134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# drg-xmrig 6.25.1-drg2 +# drg-xmrig 6.25.2 - Fixed default pool config: `url` now includes the stratum port `pool.dragonx.is:3433` (was portless, falling back to firewalled 3333) and `algo` defaults to `rx/dragonx`. - Clarified that the pool requires a shielded `zs-address` as the worker name (config/example placeholders updated). - `build_windows.sh`: fetch OpenSSL 1.1.1w from the GitHub release mirror (old openssl.org URL is gone). diff --git a/package.json b/package.json index 38b907fd..b5c30387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drg-xmrig", - "version": "6.25.1", + "version": "6.25.2", "description": "DragonX RandomX (rx/dragonx) CPU miner", "main": "index.js", "directories": { diff --git a/src/version.h b/src/version.h index 3ecd2c96..c22ef28a 100644 --- a/src/version.h +++ b/src/version.h @@ -11,7 +11,7 @@ #define APP_ID "drg-xmrig" #define APP_NAME "DRG-XMRig" #define APP_DESC "DragonX RandomX miner (rx/dragonx)" -#define APP_VERSION "6.25.1-drg2" +#define APP_VERSION "6.25.2" #define APP_DOMAIN "dragonx.is" #define APP_SITE "www.dragonx.is" #define APP_COPYRIGHT "Copyright (C) 2026 dragonx.is" @@ -19,7 +19,7 @@ #define APP_VER_MAJOR 6 #define APP_VER_MINOR 25 -#define APP_VER_PATCH 1 +#define APP_VER_PATCH 2 #ifdef _MSC_VER # if (_MSC_VER >= 1950)