Skip to content

Commit 99cfc47

Browse files
committed
Correct bx version number.
1 parent 469345b commit 99cfc47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AC_PREREQ([2.65])
1212

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

1616
# Do compilation tests.
1717
AC_LANG(C++)

include/bitcoin/explorer/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
* For interpretation of the versioning scheme see: http://semver.org
1313
*/
1414

15-
#define LIBBITCOIN_EXPLORER_VERSION "2.2.1"
15+
#define LIBBITCOIN_EXPLORER_VERSION "2.2.0"
1616
#define LIBBITCOIN_EXPLORER_MAJOR_VERSION 2
1717
#define LIBBITCOIN_EXPLORER_MINOR_VERSION 2
18-
#define LIBBITCOIN_EXPLORER_PATCH_VERSION 1
18+
#define LIBBITCOIN_EXPLORER_PATCH_VERSION 0
1919

2020
#endif

0 commit comments

Comments
 (0)