We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee7b9b commit 46b12d4Copy full SHA for 46b12d4
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.1
+version: 5.3.2
6
summary: PIVX (Private – Instant – Verified – Transaction)
7
description: |
8
PIVX is an MIT licensed,
configure.ac
@@ -2,7 +2,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_REVISION, 1)
+define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
0 commit comments