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 7e5c6e7 commit a393727Copy full SHA for a393727
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.2
+version: 5.3.2.1
6
summary: PIVX (Private – Instant – Verified – Transaction)
7
description: |
8
PIVX is an MIT licensed,
configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 5)
define(_CLIENT_VERSION_MINOR, 3)
define(_CLIENT_VERSION_REVISION, 2)
-define(_CLIENT_VERSION_BUILD, 0)
+define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
9
define(_COPYRIGHT_YEAR, 2021)
0 commit comments