Skip to content

Commit f27fc28

Browse files
committed
Bumped verstion to 1.9.7
1 parent 34a825a commit f27fc28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

contrib/rpm/fulcrum.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: {{{ git_repo_name name="fulcrum" }}}
2-
Version: 1.9.6
2+
Version: 1.9.7
33
Release: {{{ git_repo_version }}}%{?dist}
44
Summary: A fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC
55

doc/unix-man-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
% FULCRUM(1) Version 1.9.6 | Fulcrum Manual
1+
% FULCRUM(1) Version 1.9.7 | Fulcrum Manual
22
% Fulcrum is written by Calin Culianu (cculianu)
3-
% November 10, 2023
3+
% November 22, 2023
44

55
# NAME
66

src/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct InternalError : Exception { using Exception::Exception; ~InternalError()
3939
struct BadArgs : Exception { using Exception::Exception; ~BadArgs() override; };
4040

4141
#define APPNAME "Fulcrum"
42-
#define VERSION "1.9.6"
42+
#define VERSION "1.9.7"
4343
#ifdef QT_DEBUG
4444
inline constexpr bool isReleaseBuild() { return false; }
4545
#else

0 commit comments

Comments
 (0)