Skip to content

Commit 46b12d4

Browse files
committed
Build: Bump version to 5.3.2
1 parent 4ee7b9b commit 46b12d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-aux/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2019 The PIVX developers
33
name: pivx-core
44
base: core18
5-
version: 5.3.1
5+
version: 5.3.2
66
summary: PIVX (Private – Instant – Verified – Transaction)
77
description: |
88
PIVX is an MIT licensed,

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 5)
44
define(_CLIENT_VERSION_MINOR, 3)
5-
define(_CLIENT_VERSION_REVISION, 1)
5+
define(_CLIENT_VERSION_REVISION, 2)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_RC, 0)
88
define(_CLIENT_VERSION_IS_RELEASE, true)

0 commit comments

Comments
 (0)