From 9838d5a364b9728a0f938011d1cd1d5de6ea3475 Mon Sep 17 00:00:00 2001 From: dexX7 Date: Sun, 20 Nov 2016 00:09:16 +0100 Subject: [PATCH 1/2] Bump internal version to 1100201 --- configure.ac | 2 +- src/omnicore/test/version_tests.cpp | 2 +- src/omnicore/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 979d35735a8fa..632937125ded9 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ define(_OMNICORE_VERSION_MILESTONE, 0) define(_OMNICORE_VERSION_MAJOR, 0) define(_OMNICORE_VERSION_MINOR, 11) define(_OMNICORE_VERSION_PATCH, 2) -define(_OMNICORE_VERSION_BUILD, 0) +define(_OMNICORE_VERSION_BUILD, 1) define(_OMNICORE_VERSION_STATUS, rel) AC_INIT([Omni Core],[_OMNICORE_VERSION_MILESTONE._OMNICORE_VERSION_MAJOR._OMNICORE_VERSION_MINOR._OMNICORE_VERSION_PATCH-_OMNICORE_VERSION_STATUS],[https://github.com/OmniLayer/omnicore/issues],[omnicore],[http://www.omnilayer.org/]) AC_CONFIG_SRCDIR([src/main.cpp]) diff --git a/src/omnicore/test/version_tests.cpp b/src/omnicore/test/version_tests.cpp index 64346770c3e9a..8b98bdebd2f6d 100644 --- a/src/omnicore/test/version_tests.cpp +++ b/src/omnicore/test/version_tests.cpp @@ -27,7 +27,7 @@ BOOST_AUTO_TEST_CASE(version_string) BOOST_AUTO_TEST_CASE(version_number) { - BOOST_CHECK_EQUAL(OMNICORE_VERSION, 1100200); + BOOST_CHECK_EQUAL(OMNICORE_VERSION, 1100201); } BOOST_AUTO_TEST_CASE(config_package_version) diff --git a/src/omnicore/version.h b/src/omnicore/version.h index 1e2dbff1853c6..9cbc90cb765d2 100644 --- a/src/omnicore/version.h +++ b/src/omnicore/version.h @@ -24,7 +24,7 @@ #define OMNICORE_VERSION_PATCH 2 // Non-public build number/revision (usually zero) -#define OMNICORE_VERSION_BUILD 0 +#define OMNICORE_VERSION_BUILD 1 // Use "dev" for development versions, switch to "rc" for release candidates #define OMNICORE_VERSION_STATUS rel From 76afa10e231fdb43daf5c520ee969861e4bca62d Mon Sep 17 00:00:00 2001 From: dexX7 Date: Sun, 20 Nov 2016 00:10:37 +0100 Subject: [PATCH 2/2] Update release notes --- src/omnicore/doc/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/omnicore/doc/release-notes.md b/src/omnicore/doc/release-notes.md index 872af04dd7986..422c6eba72d0f 100644 --- a/src/omnicore/doc/release-notes.md +++ b/src/omnicore/doc/release-notes.md @@ -221,6 +221,7 @@ The following list includes relevant pull requests merged into this release: - #431 Activate recent new features on testnet - #432 Change the number of signatures for deactivation to 3 - #430 Update release notes for 0.0.11.2 +- #435 Bump internal version to 1100201 ``` Credits