File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111AC_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.
1717AC_LANG ( C++ )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments