Skip to content

Commit

Permalink
Bumped version to 1.9.1
Browse files Browse the repository at this point in the history
- Also updated electrum-cash-protocol submodule pointer
- Small typo fix in unix-man-page.md
  • Loading branch information
cculianu committed Apr 8, 2023
1 parent 8dc88a0 commit e7e27c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0
Version: 1.9.1
Release: {{{ git_repo_version }}}%{?dist}
Summary: A fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC

Expand Down
2 changes: 1 addition & 1 deletion doc/electrum-cash-protocol
6 changes: 3 additions & 3 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.0 | Fulcrum Manual
% FULCRUM(1) Version 1.9.1 | Fulcrum Manual
% Fulcrum is written by Calin Culianu (cculianu)
% March 21, 2023
% April 08, 2023

# NAME

Expand All @@ -19,7 +19,7 @@ DESCRIPTION
**NOTE:**
Electron Cash and/or Electrum at this time no longer support connecting to non-SSL servers, so you should probably configure SSL for production use.

It is recommended you specify a data dir (`-D` via CLI or `datadir-` via config file)
It is recommended you specify a data dir (`-D` via CLI or `datadir=` via config file)
on an SSD drive for best results.
Synching against `testnet` should take you about 10-20 minutes (more on slower
machines), and mainnet can take anywhere from 4 hours to 20+ hours, depending on
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.9.0"
#define VERSION "1.9.1"
#ifdef QT_DEBUG
inline constexpr bool isReleaseBuild() { return false; }
#else
Expand Down

0 comments on commit e7e27c0

Please sign in to comment.