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 ()
32
32
set ( libdir "\$ {exec_prefix}/lib" )
33
33
set ( includedir "\$ {exec_prefix}/include" )
34
34
35
- set ( PACKAGE_VERSION "3.7 .0" )
35
+ set ( PACKAGE_VERSION "3.8 .0" )
36
36
set ( VERSION "${PACKAGE_VERSION} " )
37
37
endif ()
38
38
Original file line number Diff line number Diff line change 13
13
AC_PREREQ ( [ 2.65] )
14
14
15
15
# 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] ] )
17
17
18
18
# Do compilation tests.
19
19
AC_LANG ( C++ )
Original file line number Diff line number Diff line change 12
12
* For interpretation of the versioning scheme see: http://semver.org
13
13
*/
14
14
15
- #define LIBBITCOIN_SYSTEM_VERSION " 3.7 .0"
15
+ #define LIBBITCOIN_SYSTEM_VERSION " 3.8 .0"
16
16
#define LIBBITCOIN_SYSTEM_MAJOR_VERSION 3
17
- #define LIBBITCOIN_SYSTEM_MINOR_VERSION 7
17
+ #define LIBBITCOIN_SYSTEM_MINOR_VERSION 8
18
18
#define LIBBITCOIN_SYSTEM_PATCH_VERSION 0
19
19
20
20
#endif
You can’t perform that action at this time.
0 commit comments