Skip to content

Commit

Permalink
Merge #1066: Prepare release of Omni Core v0.7.1
Browse files Browse the repository at this point in the history
4d7dd0c Add release notes for Omni Core 0.7.1 (dexX7)
92cf8e9 Bump version to 0.7.1 and update tests (dexX7)

Pull request description:

  This pull request updates the version of Omni Core 0.7.1 and adds tests for it. It also updates the release notes of this version.

Tree-SHA512: d10edb3ee872caca7a3c307955677ef213e2bd92e22c0a3eae3978c0b1b910f24c0e8e2b2ca9931e6de40aa2434db8e3d99380a926887782bd85f44a04e18d79
  • Loading branch information
dexX7 committed Jan 14, 2020
2 parents 5972399 + 4d7dd0c commit 8d7b553
Show file tree
Hide file tree
Showing 5 changed files with 341 additions and 164 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core and Omni Core]])
define(_OMNICORE_VERSION_MAJOR, 0)
define(_OMNICORE_VERSION_MINOR, 7)
define(_OMNICORE_VERSION_PATCH, 0)
define(_OMNICORE_VERSION_PATCH, 1)
define(_OMNICORE_VERSION_BUILD, 0)
define(_OMNICORE_VERSION_RC, 0)
AC_INIT([Omni Core],m4_join([.], _OMNICORE_VERSION_MAJOR, _OMNICORE_VERSION_MINOR, _OMNICORE_VERSION_PATCH, m4_if(_OMNICORE_VERSION_BUILD, [0], [], _OMNICORE_VERSION_BUILD))m4_if(_OMNICORE_VERSION_RC, [0], [], [rc]_OMNICORE_VERSION_RC),[https://github.com/OmniLayer/omnicore/issues],[omnicore],[http://www.omnilayer.org/])
Expand Down
Loading

0 comments on commit 8d7b553

Please sign in to comment.