Skip to content

Commit dee04a4

Browse files
committed
Bump version to v3.2.0.
1 parent 58a0c02 commit dee04a4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

builds/msvc/resource.rc

0 Bytes
Binary file not shown.

configure.ac

Lines changed: 4 additions & 4 deletions
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-server], [3.1.0], [[email protected]])
16+
AC_INIT([libbitcoin-server], [3.2.0], [[email protected]])
1717

1818
# Do compilation tests.
1919
AC_LANG(C++)
@@ -157,10 +157,10 @@ AS_CASE([${bash_completiondir}], [yes],
157157
AC_MSG_NOTICE([bash_completion_LIBS : ${bash_completion_LIBS}])],
158158
[AC_SUBST([bash_completion_PKG], [])])
159159

160-
# Require bitcoin-node of at least version 3.1.0 and output ${bitcoin_node_CPPFLAGS/LIBS/PKG}.
160+
# Require bitcoin-node of at least version 3.2.0 and output ${bitcoin_node_CPPFLAGS/LIBS/PKG}.
161161
#------------------------------------------------------------------------------
162-
PKG_CHECK_MODULES([bitcoin_node], [libbitcoin-node >= 3.1.0])
163-
AC_SUBST([bitcoin_node_PKG], ['libbitcoin-node >= 3.1.0'])
162+
PKG_CHECK_MODULES([bitcoin_node], [libbitcoin-node >= 3.2.0])
163+
AC_SUBST([bitcoin_node_PKG], ['libbitcoin-node >= 3.2.0'])
164164
AC_SUBST([bitcoin_node_CPPFLAGS], [${bitcoin_node_CFLAGS}])
165165
AC_MSG_NOTICE([bitcoin_node_CPPFLAGS : ${bitcoin_node_CPPFLAGS}])
166166
AC_MSG_NOTICE([bitcoin_node_LIBS : ${bitcoin_node_LIBS}])

include/bitcoin/server/version.hpp

Lines changed: 2 additions & 2 deletions
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_SERVER_VERSION "3.1.0"
15+
#define LIBBITCOIN_SERVER_VERSION "3.2.0"
1616
#define LIBBITCOIN_SERVER_MAJOR_VERSION 3
17-
#define LIBBITCOIN_SERVER_MINOR_VERSION 1
17+
#define LIBBITCOIN_SERVER_MINOR_VERSION 2
1818
#define LIBBITCOIN_SERVER_PATCH_VERSION 0
1919

2020
#endif

libbitcoin-server.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Version: @PACKAGE_VERSION@
2525
#==============================================================================
2626
# Dependencies that publish package configuration.
2727
#------------------------------------------------------------------------------
28-
Requires: libbitcoin-protocol >= 3.1.0 libbitcoin-node >= 3.1.0
28+
Requires: libbitcoin-protocol >= 3.1.0 libbitcoin-node >= 3.2.0
2929

3030
# Include directory and any other required compiler flags.
3131
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)