File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ else ()
3232 set ( libdir "\$ {exec_prefix}/lib" )
3333 set ( includedir "\$ {exec_prefix}/include" )
3434
35- set ( PACKAGE_VERSION "3.7 .0" )
35+ set ( PACKAGE_VERSION "3.8 .0" )
3636 set ( VERSION "${PACKAGE_VERSION} " )
3737endif ()
3838
Original file line number Diff line number Diff line change 1313AC_PREREQ ( [ 2.65] )
1414
1515# Process command-line arguments and perform initialization and verification.
16- AC_INIT ( [ libbitcoin-system] ,
[ 3.7 .0] ,
[ [email protected] ] ) 16+ AC_INIT ( [ libbitcoin-system] ,
[ 3.8 .0] ,
[ [email protected] ] ) 1717
1818# Do compilation tests.
1919AC_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_SYSTEM_VERSION " 3.7 .0"
15+ #define LIBBITCOIN_SYSTEM_VERSION " 3.8 .0"
1616#define LIBBITCOIN_SYSTEM_MAJOR_VERSION 3
17- #define LIBBITCOIN_SYSTEM_MINOR_VERSION 7
17+ #define LIBBITCOIN_SYSTEM_MINOR_VERSION 8
1818#define LIBBITCOIN_SYSTEM_PATCH_VERSION 0
1919
2020#endif
You can’t perform that action at this time.
0 commit comments