Bumped version to 1.9.0

This commit is contained in:
Calin Culianu 2022-12-15 14:26:38 -06:00
parent 8876071e7a
commit 0bf80c1d6b
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Name: {{{ git_repo_name name="fulcrum" }}}
Version: 1.8.2
Version: 1.9.0
Release: {{{ git_repo_version }}}%{?dist}
Summary: A fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC

View file

@ -1,6 +1,6 @@
% FULCRUM(1) Version 1.8.2 | Fulcrum Manual
% FULCRUM(1) Version 1.9.0 | Fulcrum Manual
% Fulcrum is written by Calin Culianu (cculianu)
% October 05, 2022
% December 15, 2022
# NAME

View file

@ -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.8.2"
#define VERSION "1.9.0"
#ifdef QT_DEBUG
inline constexpr bool isReleaseBuild() { return false; }
#else