From 1ff5af67a797242e77c77a9363e4a1a46a9cf1e6 Mon Sep 17 00:00:00 2001 From: Calin Culianu Date: Mon, 2 Nov 2020 02:32:23 +0200 Subject: [PATCH] Bumped version to 1.2.12 --- 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 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; }