mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Merge pull request #4768 from PastaPastaPasta/chore/bump-version-18-rc1
chore: bump version in configure.ac to v18.0.0.0-rc1
This commit is contained in:
commit
9735286db3
@ -1,4 +1,4 @@
|
||||
Dash Core staging tree 0.17
|
||||
Dash Core staging tree 18.0
|
||||
===========================
|
||||
|
||||
|CI|master|develop|
|
||||
|
@ -1,9 +1,9 @@
|
||||
AC_PREREQ([2.69])
|
||||
define(_CLIENT_VERSION_MAJOR, 0)
|
||||
define(_CLIENT_VERSION_MINOR, 17)
|
||||
define(_CLIENT_VERSION_MAJOR, 18)
|
||||
define(_CLIENT_VERSION_MINOR, 0)
|
||||
define(_CLIENT_VERSION_REVISION, 0)
|
||||
define(_CLIENT_VERSION_BUILD, 3)
|
||||
define(_CLIENT_VERSION_RC, 0)
|
||||
define(_CLIENT_VERSION_BUILD, 0)
|
||||
define(_CLIENT_VERSION_RC, 1)
|
||||
define(_CLIENT_VERSION_IS_RELEASE, false)
|
||||
define(_COPYRIGHT_YEAR, 2021)
|
||||
define(_COPYRIGHT_HOLDERS,[The %s developers])
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: "dash-linux-0.17"
|
||||
name: "dash-linux-18.0"
|
||||
enable_cache: true
|
||||
distro: "ubuntu"
|
||||
suites:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: "dash-osx-0.17"
|
||||
name: "dash-osx-18.0"
|
||||
enable_cache: true
|
||||
distro: "ubuntu"
|
||||
suites:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: "dash-win-0.17"
|
||||
name: "dash-win-18.0"
|
||||
enable_cache: true
|
||||
distro: "ubuntu"
|
||||
suites:
|
||||
|
Loading…
Reference in New Issue
Block a user