We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a6d26 commit f11e1bbCopy full SHA for f11e1bb
build-aux/snap/snapcraft.yaml
@@ -2,7 +2,7 @@
2
# Copyright (c) 2019 The PIVX developers
3
name: pivx-core
4
base: core18
5
-version: 5.3.99
+version: 5.4.99
6
summary: PIVX (Private – Instant – Verified – Transaction)
7
description: |
8
PIVX is an MIT licensed,
configure.ac
@@ -1,7 +1,7 @@
1
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)
0 commit comments