diff --git a/contrib/rpm/fulcrum.spec b/contrib/rpm/fulcrum.spec index 916c98eb..e51f02ba 100644 --- a/contrib/rpm/fulcrum.spec +++ b/contrib/rpm/fulcrum.spec @@ -1,5 +1,5 @@ Name: {{{ git_name name="fulcrum" }}} -Version: 1.3.0 +Version: 1.3.1 Release: {{{ git_version }}}%{?dist} Summary: A fast & nimble SPV server for Bitcoin Cash diff --git a/doc/unix-man-page.md b/doc/unix-man-page.md index 1a6f95aa..d5b201d2 100644 --- a/doc/unix-man-page.md +++ b/doc/unix-man-page.md @@ -1,6 +1,6 @@ -% FULCRUM(1) Version 1.3.0 | Fulcrum Manual +% FULCRUM(1) Version 1.3.1 | Fulcrum Manual % Fulcrum is written by Calin Culianu (cculianu) -% November 10, 2020 +% November 11, 2020 # NAME diff --git a/src/Common.h b/src/Common.h index ea45a22b..fd0a45b3 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.3.0" +#define VERSION "1.3.1" #ifdef QT_DEBUG # define VERSION_EXTRA "(Debug)" inline constexpr bool isReleaseBuild() { return false; }