We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b34f0 commit bd5fc7aCopy full SHA for bd5fc7a
configure.ac
@@ -13,7 +13,7 @@
13
AC_PREREQ([2.65])
14
15
# Process command-line arguments and perform initialization and verification.
16
-AC_INIT([libbitcoin-server], [3.0.0], [[email protected]])
+AC_INIT([libbitcoin-server], [3.1.0], [[email protected]])
17
18
# Do compilation tests.
19
AC_LANG(C++)
include/bitcoin/server/version.hpp
@@ -12,9 +12,9 @@
12
* For interpretation of the versioning scheme see: http://semver.org
*/
-#define LIBBITCOIN_SERVER_VERSION "3.0.0"
+#define LIBBITCOIN_SERVER_VERSION "3.1.0"
#define LIBBITCOIN_SERVER_MAJOR_VERSION 3
-#define LIBBITCOIN_SERVER_MINOR_VERSION 0
+#define LIBBITCOIN_SERVER_MINOR_VERSION 1
#define LIBBITCOIN_SERVER_PATCH_VERSION 0
20
#endif
0 commit comments