Skip to content

Commit

Permalink
Bumped verstion to 1.9.7
Browse files Browse the repository at this point in the history
cculianu committed Nov 22, 2023
1 parent 34a825a commit f27fc28
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.9.6
Version: 1.9.7
Release: {{{ git_repo_version }}}%{?dist}
Summary: A fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC

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.9.6 | Fulcrum Manual
% FULCRUM(1) Version 1.9.7 | Fulcrum Manual
% Fulcrum is written by Calin Culianu (cculianu)
% November 10, 2023
% November 22, 2023

# NAME

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

1 comment on commit f27fc28

@cculianu
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey sorry about that. Yes.. the current filenames are going to be the ones going forward. People indicated to me that the way I was signing and hashing was redundantly stupid, so I streamlined it. Sorry for the bumps in the road. This should be the new way going forward.

Please sign in to comment.