From 61499319f8a10fe63e13e8fb7c2362b86de4abdc Mon Sep 17 00:00:00 2001 From: Calin Culianu Date: Tue, 31 Oct 2023 06:21:23 +0200 Subject: [PATCH] Bumped version to 1.9.3 --- 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 3c49bf33..ee01a9e3 100644 --- a/contrib/rpm/fulcrum.spec +++ b/contrib/rpm/fulcrum.spec @@ -1,5 +1,5 @@ Name: {{{ git_repo_name name="fulcrum" }}} -Version: 1.9.2 +Version: 1.9.3 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 9e6e8206..87f1062b 100644 --- a/doc/unix-man-page.md +++ b/doc/unix-man-page.md @@ -1,6 +1,6 @@ -% FULCRUM(1) Version 1.9.2 | Fulcrum Manual +% FULCRUM(1) Version 1.9.3 | Fulcrum Manual % Fulcrum is written by Calin Culianu (cculianu) -% September 29, 2023 +% October 31, 2023 # NAME diff --git a/src/Common.h b/src/Common.h index c2e910f4..85e14f92 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.2" +#define VERSION "1.9.3" #ifdef QT_DEBUG inline constexpr bool isReleaseBuild() { return false; } #else