diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml index cb4f0355259ac..a4f0102e8f98a 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.5.99 +version: 5.6.99 summary: PIVX (Private – Instant – Verified – Transaction) description: | PIVX is an MIT licensed, diff --git a/configure.ac b/configure.ac index 41d6055bf611a..d2861368fb51c 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, 5) +define(_CLIENT_VERSION_MINOR, 6) define(_CLIENT_VERSION_REVISION, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_RC, 0)