Skip to content

Commit

Permalink
Merge pull request #135 from pmienk/version3
Browse files Browse the repository at this point in the history
Regenerate with updated version to 3.8.0.
  • Loading branch information
pmienk committed Aug 17, 2023
2 parents 10d1178 + e878de3 commit b6024e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion builds/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else ()
set( libdir "\${exec_prefix}/lib" )
set( includedir "\${exec_prefix}/include" )

set( PACKAGE_VERSION "3.7.0" )
set( PACKAGE_VERSION "3.8.0" )
set( VERSION "${PACKAGE_VERSION}" )
endif ()

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AC_PREREQ([2.65])

# Process command-line arguments and perform initialization and verification.
AC_INIT([libbitcoin-consensus], [3.7.0], [eric@voskuil.org])
AC_INIT([libbitcoin-consensus], [3.8.0], [eric@voskuil.org])

# Do compilation tests.
AC_LANG(C++)
Expand Down
4 changes: 2 additions & 2 deletions include/bitcoin/consensus/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* For interpretation of the versioning scheme see: http://semver.org
*/

#define LIBBITCOIN_CONSENSUS_VERSION "3.7.0"
#define LIBBITCOIN_CONSENSUS_VERSION "3.8.0"
#define LIBBITCOIN_CONSENSUS_MAJOR_VERSION 3
#define LIBBITCOIN_CONSENSUS_MINOR_VERSION 7
#define LIBBITCOIN_CONSENSUS_MINOR_VERSION 8
#define LIBBITCOIN_CONSENSUS_PATCH_VERSION 0

#endif

0 comments on commit b6024e4

Please sign in to comment.