Skip to content

Commit bd5fc7a

Browse files
committed
Bump version to v3.1.0 for backported patches.
1 parent c2b34f0 commit bd5fc7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
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.0.0], [[email protected]])
16+
AC_INIT([libbitcoin-server], [3.1.0], [[email protected]])
1717

1818
# Do compilation tests.
1919
AC_LANG(C++)

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.0.0"
15+
#define LIBBITCOIN_SERVER_VERSION "3.1.0"
1616
#define LIBBITCOIN_SERVER_MAJOR_VERSION 3
17-
#define LIBBITCOIN_SERVER_MINOR_VERSION 0
17+
#define LIBBITCOIN_SERVER_MINOR_VERSION 1
1818
#define LIBBITCOIN_SERVER_PATCH_VERSION 0
1919

2020
#endif

0 commit comments

Comments
 (0)