Skip to content

Commit

Permalink
Merge #461: Bump version to Omni Core 0.2.0 and add release notes
Browse files Browse the repository at this point in the history
07d721e Add fee behavior related release notes (@zathras-crypto) (dexX7)
41b3007 Update release notes for 0.2.0 (dexX7)
f80427a Bump version to Omni Core 0.2.0 (dexX7)
  • Loading branch information
dexX7 committed Jun 8, 2017
2 parents 7e1b26f + 07d721e commit 36b61a2
Show file tree
Hide file tree
Showing 6 changed files with 494 additions and 123 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 13)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2016)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core and Omni Core]])
define(_OMNICORE_VERSION_MAJOR, 0)
define(_OMNICORE_VERSION_MINOR, 1)
define(_OMNICORE_VERSION_PATCH, 99)
define(_OMNICORE_VERSION_MINOR, 2)
define(_OMNICORE_VERSION_PATCH, 0)
define(_OMNICORE_VERSION_BUILD, 0)
AC_INIT([Omni Core],[_OMNICORE_VERSION_MAJOR._OMNICORE_VERSION_MINOR._OMNICORE_VERSION_PATCH],[https://github.com/OmniLayer/omnicore/issues],[omnicore],[http://www.omnilayer.org/])
AC_CONFIG_SRCDIR([src/main.cpp])
Expand Down
Loading

0 comments on commit 36b61a2

Please sign in to comment.