diff --git a/contrib/rpm/fulcrum.spec b/contrib/rpm/fulcrum.spec index 46fc3cb2..3c49bf33 100644 --- a/contrib/rpm/fulcrum.spec +++ b/contrib/rpm/fulcrum.spec @@ -1,5 +1,5 @@ Name: {{{ git_repo_name name="fulcrum" }}} -Version: 1.9.1 +Version: 1.9.2 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 07370bc9..9e6e8206 100644 --- a/doc/unix-man-page.md +++ b/doc/unix-man-page.md @@ -1,6 +1,6 @@ -% FULCRUM(1) Version 1.9.1 | Fulcrum Manual +% FULCRUM(1) Version 1.9.2 | Fulcrum Manual % Fulcrum is written by Calin Culianu (cculianu) -% April 08, 2023 +% September 29, 2023 # NAME diff --git a/src/Common.h b/src/Common.h index 4e0b2b92..42f4ace4 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.1" +#define VERSION "1.9.2" #ifdef QT_DEBUG inline constexpr bool isReleaseBuild() { return false; } #else