Skip to content

Commit

Permalink
Bumped version to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cculianu committed Jul 28, 2020
1 parent 5b334a2 commit a8134ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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_name name="fulcrum" }}}
Version: 1.2.7
Version: 1.2.8
Release: {{{ git_version }}}%{?dist}
Summary: A fast & nimble SPV server for Bitcoin Cash

Expand Down
2 changes: 1 addition & 1 deletion doc/unix-man-page.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% FULCRUM(1) Version 1.2.7 | Fulcrum Manual
% FULCRUM(1) Version 1.2.8 | Fulcrum Manual
% Fulcrum is written by Calin Culianu (cculianu)
% July 28, 2020

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 : public Exception { using Exception::Exception; };
struct BadArgs : public Exception { using Exception::Exception; };

#define APPNAME "Fulcrum"
#define VERSION "1.2.7"
#define VERSION "1.2.8"
#ifdef QT_DEBUG
# define VERSION_EXTRA "(Debug)"
inline constexpr bool isReleaseBuild() { return false; }
Expand Down

0 comments on commit a8134ad

Please sign in to comment.