Skip to content

Commit

Permalink
Bump version to Omni Core 0.0.11-rel
Browse files Browse the repository at this point in the history
  • Loading branch information
dexX7 committed Jul 18, 2016
1 parent 2d29a2a commit 545bc2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -11,7 +11,7 @@ define(_OMNICORE_VERSION_MAJOR, 0)
define(_OMNICORE_VERSION_MINOR, 11)
define(_OMNICORE_VERSION_PATCH, 0)
define(_OMNICORE_VERSION_BUILD, 0)
define(_OMNICORE_VERSION_STATUS, rc2)
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])
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
Expand Down
4 changes: 2 additions & 2 deletions src/omnicore/test/version_tests.cpp
Expand Up @@ -22,7 +22,7 @@ BOOST_AUTO_TEST_CASE(version_comparison)

BOOST_AUTO_TEST_CASE(version_string)
{
BOOST_CHECK_EQUAL(OmniCoreVersion(), "0.0.11-rc2");
BOOST_CHECK_EQUAL(OmniCoreVersion(), "0.0.11-rel");
}

BOOST_AUTO_TEST_CASE(version_number)
Expand All @@ -33,7 +33,7 @@ BOOST_AUTO_TEST_CASE(version_number)
BOOST_AUTO_TEST_CASE(config_package_version)
{
// the package version is used in the file names:
BOOST_CHECK_EQUAL(PACKAGE_VERSION, "0.0.11.0-rc2");
BOOST_CHECK_EQUAL(PACKAGE_VERSION, "0.0.11.0-rel");
}


Expand Down
2 changes: 1 addition & 1 deletion src/omnicore/version.h
Expand Up @@ -27,7 +27,7 @@
#define OMNICORE_VERSION_BUILD 0

// Use "dev" for development versions, switch to "rc" for release candidates
#define OMNICORE_VERSION_STATUS rc2
#define OMNICORE_VERSION_STATUS rel


#endif // HAVE_CONFIG_H
Expand Down

0 comments on commit 545bc2e

Please sign in to comment.