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)