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 4c98be0 commit 596a188
Show file tree
Hide file tree
Showing 7 changed files with 1,860 additions and 1,856 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
@@ -1,7 +1,7 @@
<!--- Remove this description and sections that do not apply -->

This issue tracker is only for technical issues related to PIVX Core.
General PIVX questions and/or support requests and are best directed to the [PIVX Slack](http://pivx.slack.com).
This issue tracker is only for technical issues related to Liberty Core.
General Liberty questions and/or support requests and are best directed to the [Liberty Discord](https://discord.gg/vZ7MAKT).

### Describe the issue

Expand All @@ -20,7 +20,7 @@ Tell us what happens instead
### Screenshots.
If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

### What version of PIVX Core are you using?
### What version of Liberty Core are you using?
List the version number/commit ID, and if it is an official binary, self compiled or a distribution package.

### Machine specs:
Expand Down
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
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -16,7 +16,7 @@
//! 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_REVISION 2
#define CLIENT_VERSION_BUILD 1

//! Set to true for release, false for prerelease or test build
Expand Down
302 changes: 152 additions & 150 deletions src/main.cpp

Large diffs are not rendered by default.

0 comments on commit 596a188

Please sign in to comment.