Skip to content

Commit

Permalink
Bump version and fix gitian descriptors (dashpay#74)
Browse files Browse the repository at this point in the history
* Bump version to 12.6.1 and update linux gitian descriptor (dashpay#72)
* Gitian descriptors fixed (dashpay#73)
* Deleted temp build file
  • Loading branch information
alejandromgk authored Apr 8, 2019
1 parent 7aea08a commit 78fc499
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION, 6)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
10 changes: 0 additions & 10 deletions contrib/devtools/split-debug.sh

This file was deleted.

3 changes: 2 additions & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ files: []
script: |
WRAP_DIR=$HOME/wrapped
HOSTS="i686-pc-linux-gnu x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu"
HOSTS="i686-pc-linux-gnu x86_64-linux-gnu"
# the following architectures have issues when compiling which is why we are commenting them out: arm-linux-gnueabihf aarch64-linux-gnu
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests"
FAKETIME_HOST_PROGS=""
FAKETIME_PROGS="date ar ranlib nm"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages:
- "python3-setuptools"
- "fonts-tuffy"
remotes:
- "url": "https://github.com/CryptoMx/PAC.git"
- "url": "https://github.com/PACCommunity/PAC.git"
"dir": "PAC"
files:
- "MacOSX10.11.sdk.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages:
- "python3"
- "rename"
remotes:
- "url": "https://github.com/CryptoMx/PAC.git"
- "url": "https://github.com/PACCommunity/PAC.git"
"dir": "PAC"
files: []
script: |
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 12
#define CLIENT_VERSION_REVISION 6
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_BUILD 1

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down

0 comments on commit 78fc499

Please sign in to comment.