From d4b3fa1865fcd2d2bd93d36edb264a719282da98 Mon Sep 17 00:00:00 2001 From: Calin Culianu Date: Sat, 13 Jan 2024 07:26:15 +0200 Subject: [PATCH] Bumped version to 1.9.8 In preparation for release. --- contrib/rpm/fulcrum.spec | 2 +- doc/unix-man-page.md | 4 ++-- src/Common.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/rpm/fulcrum.spec b/contrib/rpm/fulcrum.spec index ee003137..0fc54df7 100644 --- a/contrib/rpm/fulcrum.spec +++ b/contrib/rpm/fulcrum.spec @@ -1,5 +1,5 @@ Name: {{{ git_repo_name name="fulcrum" }}} -Version: 1.9.7 +Version: 1.9.8 Release: {{{ git_repo_version }}}%{?dist} Summary: A fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC diff --git a/doc/unix-man-page.md b/doc/unix-man-page.md index 7bc7afed..70a83038 100644 --- a/doc/unix-man-page.md +++ b/doc/unix-man-page.md @@ -1,6 +1,6 @@ -% FULCRUM(1) Version 1.9.7 | Fulcrum Manual +% FULCRUM(1) Version 1.9.8 | Fulcrum Manual % Fulcrum is written by Calin Culianu (cculianu) -% November 22, 2023 +% January 13, 2024 # NAME diff --git a/src/Common.h b/src/Common.h index f25284d1..0c183f01 100644 --- a/src/Common.h +++ b/src/Common.h @@ -39,7 +39,7 @@ struct InternalError : Exception { using Exception::Exception; ~InternalError() struct BadArgs : Exception { using Exception::Exception; ~BadArgs() override; }; #define APPNAME "Fulcrum" -#define VERSION "1.9.7" +#define VERSION "1.9.8" #ifdef QT_DEBUG inline constexpr bool isReleaseBuild() { return false; } #else