From bfae99c206843973017fde8ea4e9a3043cc8bf9c Mon Sep 17 00:00:00 2001 From: pedro-at-decenomy Date: Tue, 26 Nov 2024 17:37:41 +0000 Subject: [PATCH] bump versions --- configure.ac | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 032ab987e..420e627af 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 4) define(_CLIENT_VERSION_MINOR, 1) -define(_CLIENT_VERSION_REVISION, 0) -define(_CLIENT_VERSION_BUILD, 1) +define(_CLIENT_VERSION_REVISION, 1) +define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_RC, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2022) diff --git a/src/version.h b/src/version.h index c1d6ac7c4..4e129a312 100644 --- a/src/version.h +++ b/src/version.h @@ -12,7 +12,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70102; +static const int PROTOCOL_VERSION = 70103; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;