Skip to content

Commit a393727

Browse files
committed
Build: Bump version to 5.3.2.1
1 parent 7e5c6e7 commit a393727

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.2
5+
version: 5.3.2.1
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
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 5)
44
define(_CLIENT_VERSION_MINOR, 3)
55
define(_CLIENT_VERSION_REVISION, 2)
6-
define(_CLIENT_VERSION_BUILD, 0)
6+
define(_CLIENT_VERSION_BUILD, 1)
77
define(_CLIENT_VERSION_RC, 0)
88
define(_CLIENT_VERSION_IS_RELEASE, true)
99
define(_COPYRIGHT_YEAR, 2021)

0 commit comments

Comments
 (0)