Skip to content

Commit 4a10fc5

Browse files
committed
Increment version for server 2.4.0 release.
1 parent eb1b18f commit 4a10fc5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AC_PREREQ([2.65])
1212

1313
# Process command-line arguments and perform initialization and verification.
14-
AC_INIT([libbitcoin-server], [2.3.0], [[email protected]])
14+
AC_INIT([libbitcoin-server], [2.4.0], [[email protected]])
1515

1616
# Do compilation tests.
1717
AC_LANG(C++)
@@ -182,10 +182,10 @@ AC_SUBST([czmq___CPPFLAGS], [${czmq___CFLAGS}])
182182
AC_MSG_NOTICE([czmq___CPPFLAGS : ${czmq___CPPFLAGS}])
183183
AC_MSG_NOTICE([czmq___LIBS : ${czmq___LIBS}])
184184

185-
# Require bitcoin-node of at least version 2.3.0 and output ${bitcoin_node_CPPFLAGS/LIBS/PKG}.
185+
# Require bitcoin-node of at least version 2.4.0 and output ${bitcoin_node_CPPFLAGS/LIBS/PKG}.
186186
#------------------------------------------------------------------------------
187-
PKG_CHECK_MODULES([bitcoin_node], [libbitcoin-node >= 2.3.0])
188-
AC_SUBST([bitcoin_node_PKG], ['libbitcoin-node >= 2.3.0'])
187+
PKG_CHECK_MODULES([bitcoin_node], [libbitcoin-node >= 2.4.0])
188+
AC_SUBST([bitcoin_node_PKG], ['libbitcoin-node >= 2.4.0'])
189189
AC_SUBST([bitcoin_node_CPPFLAGS], [${bitcoin_node_CFLAGS}])
190190
AC_MSG_NOTICE([bitcoin_node_CPPFLAGS : ${bitcoin_node_CPPFLAGS}])
191191
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 "2.3.0"
15+
#define LIBBITCOIN_SERVER_VERSION "2.4.0"
1616
#define LIBBITCOIN_SERVER_MAJOR_VERSION 2
17-
#define LIBBITCOIN_SERVER_MINOR_VERSION 3
17+
#define LIBBITCOIN_SERVER_MINOR_VERSION 4
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-node >= 2.3.0 libsodium >= 1.0.0 libczmq++ >= 1.1.0
28+
Requires: libbitcoin-node >= 2.4.0 libsodium >= 1.0.0 libczmq++ >= 1.1.0
2929

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

0 commit comments

Comments
 (0)