Skip to content

Commit

Permalink
Bump version to 1.11.0
Browse files Browse the repository at this point in the history
Since we are upgrading so many packages in particular rocksdb, which
introduces non-forward compatibility between earlier Fulcrum and latest,
we bump the minor version to mark the change.
  • Loading branch information
cculianu committed May 23, 2024
1 parent b160e5f commit c3711aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/rpm/fulcrum.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: {{{ git_repo_name name="fulcrum" }}}
Version: 1.10.0
Version: 1.11.0
Release: {{{ git_repo_version }}}%{?dist}
Summary: A fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC

Expand Down
4 changes: 2 additions & 2 deletions doc/unix-man-page.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% FULCRUM(1) Version 1.10.0 | Fulcrum Manual
% FULCRUM(1) Version 1.11.0 | Fulcrum Manual
% Fulcrum is written by Calin Culianu (cculianu)
% March 01, 2024
% May 23, 2024

# NAME

Expand Down
2 changes: 1 addition & 1 deletion src/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0"
#define VERSION "1.11.0"
#ifdef QT_DEBUG
inline constexpr bool isReleaseBuild() { return false; }
#else
Expand Down

0 comments on commit c3711aa

Please sign in to comment.