diff --git a/contrib/rpm/fulcrum.spec b/contrib/rpm/fulcrum.spec index 1cdef02a..d8406e01 100644 --- a/contrib/rpm/fulcrum.spec +++ b/contrib/rpm/fulcrum.spec @@ -1,5 +1,5 @@ Name: {{{ git_name name="fulcrum" }}} -Version: 1.2.11 +Version: 1.2.12 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 1ff68fae..7d7da250 100644 --- a/doc/unix-man-page.md +++ b/doc/unix-man-page.md @@ -1,6 +1,6 @@ -% FULCRUM(1) Version 1.2.11 | Fulcrum Manual +% FULCRUM(1) Version 1.2.12 | Fulcrum Manual % Fulcrum is written by Calin Culianu (cculianu) -% October 13, 2020 +% November 02, 2020 # NAME diff --git a/src/Common.h b/src/Common.h index 408ec2fd..6f75f6a9 100644 --- a/src/Common.h +++ b/src/Common.h @@ -39,7 +39,7 @@ struct InternalError : public Exception { using Exception::Exception; }; struct BadArgs : public Exception { using Exception::Exception; }; #define APPNAME "Fulcrum" -#define VERSION "1.2.11" +#define VERSION "1.2.12" #ifdef QT_DEBUG # define VERSION_EXTRA "(Debug)" inline constexpr bool isReleaseBuild() { return false; }