Skip to content

Commit

Permalink
Viacoin: Core Version 0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
romanornr committed Jan 14, 2017
1 parent 3438795 commit 17fc4f4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 10)
define(_CLIENT_VERSION_REVISION, 10)
define(_CLIENT_VERSION_REVISION, 11)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PROJECT_NAME = Bitcoin
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 0.10.10
PROJECT_NUMBER = 0.10.11

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
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 @@
Viacoin Core 0.10.10
Viacoin Core 0.10.11
=====================

Development announcement
Expand Down
2 changes: 1 addition & 1 deletion doc/README_windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Viacoin Core 0.10.10
Viacoin Core 0.10.11
=====================

Intro
Expand Down
12 changes: 9 additions & 3 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Viacoin Core version 0.10.10 is now available from:
Viacoin Core version 0.10.11 is now available from:

https://github.com/viacoin/viacoin/releases

Expand All @@ -20,7 +20,7 @@ shut down (which might take a few minutes for older versions), then run the
installer (on Windows) or just copy over /Applications/Viacoin-Qt (on Mac) or
viacoind/viacoin-qt (on Linux).

Notable changes since 0.10.10
Notable changes since 0.10.11
============================


Expand All @@ -34,7 +34,7 @@ type of resource consumption

For more information, see: <https://github.com/bitcoin/bitcoin/pull/7907>

0.10.10 Change log
0.10.11 Change log
=================

Detailed release notes follow. This overview includes changes that affect
Expand All @@ -46,6 +46,12 @@ git merge commit are mentioned.
- `126df74` Improve worst-case behavior of CScript::FindAndDelete
- `a369575` Replace memcmp with std::equal in CScript::FindAndDelete
- `d08654c` Fix replaypriority calculation error
- #6471 `3438795` Depends: bump to qt 5.5S
- `4693120` fix a static qt5 crash when using certain versions of libxcb
- `4cc1912` depends native ccache 3.2.4
- `51865ec` depends Boost 1.59.0
- `3f40d1c` osx: bump build sdk to 10.9
- `b1130f8` enable pre-compiled headers for qt
- #6953 `8b3311f` alias -h for --help
- #6953 `97546fc` Change URLs to https in debian/control
- #6953 `38671bf` Update debian/changelog and slight tweak to debian/control
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 10
#define CLIENT_VERSION_REVISION 10
#define CLIENT_VERSION_REVISION 11
#define CLIENT_VERSION_BUILD 0

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

0 comments on commit 17fc4f4

Please sign in to comment.