Skip to content

Commit

Permalink
Bump version to 1.4.0.0 (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
sickpig authored and gandrewstone committed Aug 9, 2018
1 parent 9899e86 commit b90b8b2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -10,11 +10,11 @@ esac
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 3)
define(_CLIENT_VERSION_MINOR, 4)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 1) # version 99 here indicates an unreleased version
define(_CLIENT_VERSION_BUILD, 0) # version 99 here indicates an unreleased version
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
define(_COPYRIGHT_YEAR, 2018)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[Bitcoin Bitcoin XT and Bitcoin Unlimited])
AC_INIT([Bitcoin Unlimited Cash Edition],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION._CLIENT_VERSION_BUILD],[https://github.com/BitcoinUnlimited/BitcoinUnlimited/issues],[BUcash])
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-arm.yml
@@ -1,5 +1,5 @@
---
name: "BUcash-linux-1.3"
name: "BUcash-linux-1.4"
enable_cache: true
suites:
- "trusty"
Expand Down Expand Up @@ -27,7 +27,7 @@ packages:
- "bsdmainutils"
- "ca-certificates"
- "python"
reference_datetime: "2018-04-11 00:00:00"
reference_datetime: "2018-08-11 00:00:00"
remotes:
- "url": "https://github.com/BitcoinUnlimited/BitcoinUnlimited.git"
"dir": "bitcoin"
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-linux.yml
@@ -1,5 +1,5 @@
---
name: "BUcash-linux-1.3"
name: "BUcash-linux-1.4"
enable_cache: true
suites:
- "trusty"
Expand All @@ -20,7 +20,7 @@ packages:
- "bsdmainutils"
- "ca-certificates"
- "python"
reference_datetime: "2018-04-11 00:00:00"
reference_datetime: "2018-08-11 00:00:00"
remotes:
- "url": "https://github.com/BitcoinUnlimited/BitcoinUnlimited.git"
"dir": "bitcoin"
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-osx.yml
@@ -1,5 +1,5 @@
---
name: "BUcash-osx-1.3"
name: "BUcash-osx-1.4"
enable_cache: true
suites:
- "trusty"
Expand All @@ -26,7 +26,7 @@ packages:
- "python-dev"
- "python-setuptools"
- "fonts-tuffy"
reference_datetime: "2018-04-11 00:00:00"
reference_datetime: "2018-08-11 00:00:00"
remotes:
- "url": "https://github.com/BitcoinUnlimited/BitcoinUnlimited.git"
"dir": "bitcoin"
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-win.yml
@@ -1,5 +1,5 @@
---
name: "BUcash-win-1.3"
name: "BUcash-win-1.4"
enable_cache: true
suites:
- "trusty"
Expand All @@ -21,7 +21,7 @@ packages:
- "zip"
- "ca-certificates"
- "python"
reference_datetime: "2018-04-11 00:00:00"
reference_datetime: "2018-08-11 00:00:00"
remotes:
- "url": "https://github.com/BitcoinUnlimited/BitcoinUnlimited.git"
"dir": "bitcoin"
Expand Down
4 changes: 2 additions & 2 deletions src/clientversion.h
Expand Up @@ -18,10 +18,10 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 4
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 99 // BU set version 99 to indicate an unreleased version
#define CLIENT_VERSION_BUILD 0 // BU set version 99 to indicate an unreleased version

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

/**
* Copyright year (2009-this)
Expand Down

0 comments on commit b90b8b2

Please sign in to comment.