From 4605cf4642e6bdca9b4b14cfa465e3f35c603951 Mon Sep 17 00:00:00 2001 From: Prasanna Loganathar Date: Fri, 9 Dec 2022 09:08:05 +0800 Subject: [PATCH] Update version (#1642) --- configure.ac | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bada465987a..dc448246775 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 3) -define(_CLIENT_VERSION_MINOR, 0) +define(_CLIENT_VERSION_MINOR, 1) define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_RC, 0) diff --git a/src/version.h b/src/version.h index cd22063cedd..b265a2e1fe8 100644 --- a/src/version.h +++ b/src/version.h @@ -9,7 +9,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70034; +static const int PROTOCOL_VERSION = 70035; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;