Skip to content

Commit

Permalink
Merge pull request #435
Browse files Browse the repository at this point in the history
76afa10 Update release notes (dexX7)
9838d5a Bump internal version to 1100201 (dexX7)
  • Loading branch information
dexX7 committed Nov 19, 2016
2 parents adc61bc + 76afa10 commit 20fb4bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
1 change: 1 addition & 0 deletions src/omnicore/doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/omnicore/test/version_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/omnicore/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20fb4bf

Please sign in to comment.