Skip to content

Commit f11e1bb

Browse files
committed
Build: Bump master to 5.4.99
1 parent 50a6d26 commit f11e1bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-aux/snap/snapcraft.yaml

+1-1
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.99
5+
version: 5.4.99
66
summary: PIVX (Private – Instant – Verified – Transaction)
77
description: |
88
PIVX is an MIT licensed,

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 5)
4-
define(_CLIENT_VERSION_MINOR, 3)
4+
define(_CLIENT_VERSION_MINOR, 4)
55
define(_CLIENT_VERSION_REVISION, 99)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_RC, 0)

0 commit comments

Comments
 (0)