Skip to content

Commit

Permalink
set version 5.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoForge committed Aug 13, 2023
1 parent db292a4 commit f971474
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 5)
define(_CLIENT_VERSION_MINOR, 7)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_BUILD,54)
define(_CLIENT_VERSION_REVISION, 5)
define(_CLIENT_VERSION_BUILD,50)
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
4 changes: 2 additions & 2 deletions src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 5
#define CLIENT_VERSION_MINOR 7
#define CLIENT_VERSION_REVISION 4
#define CLIENT_VERSION_BUILD 54
#define CLIENT_VERSION_REVISION 5
#define CLIENT_VERSION_BUILD 50

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down
2 changes: 1 addition & 1 deletion zcutil/create-deb-packages.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export APP_VERSION="5.7.4"
export APP_VERSION="5.7.5"

echo -n "Building amd64 deb..........."
debdir=bin/pirate-qt-ubuntu1804-v$APP_VERSION
Expand Down
4 changes: 2 additions & 2 deletions zcutil/res/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.7.4</string>
<string>5.7.5</string>
<key>CFBundleVersion</key>
<string>5.7.4</string>
<string>5.7.5</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2022 PirateNetwork. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion zcutil/signbinaries.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export APP_VERSION="5.7.4"
export APP_VERSION="5.7.5"

# Accept the variables as command line arguments as well
POSITIONAL=()
Expand Down

0 comments on commit f971474

Please sign in to comment.