-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes compatibility with broken merged mining implementations that expect `True` rather than `Null` response for new block submission.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ AC_PREREQ([2.60]) | |
define(_CLIENT_VERSION_MAJOR, 0) | ||
define(_CLIENT_VERSION_MINOR, 10) | ||
define(_CLIENT_VERSION_REVISION, 6) | ||
define(_CLIENT_VERSION_BUILD, 1) | ||
define(_CLIENT_VERSION_BUILD, 2) | ||
define(_CLIENT_VERSION_IS_RELEASE, true) | ||
define(_COPYRIGHT_YEAR, 2014) | ||
AC_INIT([Viacoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[viacoin]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters