Skip to content

Commit b60f86f

Browse files
authored
Merge pull request #1369 from pmienk/version3
Regenerate with updated version to 3.8.0.
2 parents 72f2f33 + 1305d30 commit b60f86f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: builds/cmake/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff 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}" )
3737
endif ()
3838

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
AC_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.
1919
AC_LANG(C++)

Diff for: include/bitcoin/system/version.hpp

+2-2
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_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

0 commit comments

Comments
 (0)