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:
UdjinM6 2022-04-16 17:46:59 +03:00 committed by GitHub
commit 9735286db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Dash Core staging tree 0.17
Dash Core staging tree 18.0
===========================
|CI|master|develop|

View File

@ -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])

View File

@ -1,5 +1,5 @@
---
name: "dash-linux-0.17"
name: "dash-linux-18.0"
enable_cache: true
distro: "ubuntu"
suites:

View File

@ -1,5 +1,5 @@
---
name: "dash-osx-0.17"
name: "dash-osx-18.0"
enable_cache: true
distro: "ubuntu"
suites:

View File

@ -1,5 +1,5 @@
---
name: "dash-win-0.17"
name: "dash-win-18.0"
enable_cache: true
distro: "ubuntu"
suites: