Skip to content

Commit

Permalink
update block reward schedule. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysculptor committed Jul 6, 2018
1 parent dce18f3 commit 52a0ad2
Show file tree
Hide file tree
Showing 6 changed files with 1,858 additions and 1,854 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -131,3 +131,4 @@ cmake-build-debug/
config.pri

**/liberty-config.h
.vscode/launch.json
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
Expand Down
4 changes: 2 additions & 2 deletions src/clientversion.h
Expand Up @@ -16,8 +16,8 @@
//! These need to be macros, as clientversion.cpp's and liberty*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 4
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 1
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0

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

0 comments on commit 52a0ad2

Please sign in to comment.