From f11e1bbb47338585cb14bf1b425e27aa47b98002 Mon Sep 17 00:00:00 2001 From: furszy Date: Tue, 21 Dec 2021 17:08:36 -0300 Subject: [PATCH] Build: Bump master to 5.4.99 --- build-aux/snap/snapcraft.yaml | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml index 6b8cb3a3c75fa..804d88bf8d853 100644 --- a/build-aux/snap/snapcraft.yaml +++ b/build-aux/snap/snapcraft.yaml @@ -2,7 +2,7 @@ # Copyright (c) 2019 The PIVX developers name: pivx-core base: core18 -version: 5.3.99 +version: 5.4.99 summary: PIVX (Private – Instant – Verified – Transaction) description: | PIVX is an MIT licensed, diff --git a/configure.ac b/configure.ac index e2f2c81d7f8d5..7d4835682f44a 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, 5) -define(_CLIENT_VERSION_MINOR, 3) +define(_CLIENT_VERSION_MINOR, 4) define(_CLIENT_VERSION_REVISION, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_RC, 0)