Skip to content

Commit 6d2cc3b

Browse files
committed
Bumped version to 1.9.5
In preparation for release.
1 parent d88f816 commit 6d2cc3b

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.4
2+
Version: 1.9.5
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.4 | Fulcrum Manual
1+
% FULCRUM(1) Version 1.9.5 | Fulcrum Manual
22
% Fulcrum is written by Calin Culianu (cculianu)
3-
% November 05, 2023
3+
% November 06, 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.4"
42+
#define VERSION "1.9.5"
4343
#ifdef QT_DEBUG
4444
inline constexpr bool isReleaseBuild() { return false; }
4545
#else

0 commit comments

Comments
 (0)