mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-16 13:01:07 +02:00
Bumped version to 1.9.0
This commit is contained in:
parent
8876071e7a
commit
0bf80c1d6b
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue