Skip to content

Commit

Permalink
Bump version to 0.14.9.5 (#1161)
Browse files Browse the repository at this point in the history
* Bump version to v0.14.9.5

* Update version in documentation
  • Loading branch information
justanwar committed Apr 14, 2022
1 parent 27fd5fb commit b764c08
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 14)
define(_CLIENT_VERSION_REVISION, 9)
define(_CLIENT_VERSION_BUILD, 4)
define(_CLIENT_VERSION_BUILD, 5)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Firo Core 0.14.8.x
Firo Core 0.14.9.x
=====================

Setup
Expand Down
4 changes: 2 additions & 2 deletions doc/README_windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Firo Core 0.14.8.x
Firo Core 0.14.9.x
=====================

Intro
Expand All @@ -11,7 +11,7 @@ with each other, with the help of a P2P network to check for double-spending.

Setup
-----
Unpack the files into a directory and run bitcoin-qt.exe.
Unpack the files into a directory and run firo-qt.exe.

Firo Core is the original Firo client and it builds the backbone of the network.
However, it downloads and stores the entire history of Firo transactions;
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 14
#define CLIENT_VERSION_REVISION 9
#define CLIENT_VERSION_BUILD 4
#define CLIENT_VERSION_BUILD 5

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down

0 comments on commit b764c08

Please sign in to comment.