Skip to content

Commit

Permalink
Correct bx version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Dec 21, 2015
1 parent 469345b commit 99cfc47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@
AC_PREREQ([2.65])

# Process command-line arguments and perform initialization and verification.
AC_INIT([libbitcoin-explorer], [2.2.1], [[email protected]])
AC_INIT([libbitcoin-explorer], [2.2.0], [[email protected]])

# Do compilation tests.
AC_LANG(C++)
Expand Down
4 changes: 2 additions & 2 deletions include/bitcoin/explorer/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* For interpretation of the versioning scheme see: http://semver.org
*/

#define LIBBITCOIN_EXPLORER_VERSION "2.2.1"
#define LIBBITCOIN_EXPLORER_VERSION "2.2.0"
#define LIBBITCOIN_EXPLORER_MAJOR_VERSION 2
#define LIBBITCOIN_EXPLORER_MINOR_VERSION 2
#define LIBBITCOIN_EXPLORER_PATCH_VERSION 1
#define LIBBITCOIN_EXPLORER_PATCH_VERSION 0

#endif

0 comments on commit 99cfc47

Please sign in to comment.