mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Merge #6167: chore: bump version to 21.0.2
56cc39d178
chore: bump version to 21.0.2 (pasta) Pull request description: ## Issue being fixed or feature implemented my bad... forgot ## What was done? Bump version in configure.ac ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK56cc39d178
Tree-SHA512: 7f85d3521e7a264d212a678a3e7ac6d39fceeee209433a02f3c05dcd9dec28ce2893e75a7754331d913ec8215ddda205cf0fbc5c0e0c02eb1afeb899635f29f5
This commit is contained in:
commit
300529f709
@ -2,7 +2,7 @@ AC_PREREQ([2.69])
|
|||||||
dnl Don't forget to push a corresponding tag when updating any of _CLIENT_VERSION_* numbers
|
dnl Don't forget to push a corresponding tag when updating any of _CLIENT_VERSION_* numbers
|
||||||
define(_CLIENT_VERSION_MAJOR, 21)
|
define(_CLIENT_VERSION_MAJOR, 21)
|
||||||
define(_CLIENT_VERSION_MINOR, 0)
|
define(_CLIENT_VERSION_MINOR, 0)
|
||||||
define(_CLIENT_VERSION_BUILD, 0)
|
define(_CLIENT_VERSION_BUILD, 2)
|
||||||
define(_CLIENT_VERSION_IS_RELEASE, true)
|
define(_CLIENT_VERSION_IS_RELEASE, true)
|
||||||
define(_COPYRIGHT_YEAR, 2024)
|
define(_COPYRIGHT_YEAR, 2024)
|
||||||
define(_COPYRIGHT_HOLDERS,[The %s developers])
|
define(_COPYRIGHT_HOLDERS,[The %s developers])
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Dash Core version v21.0.1
|
# Dash Core version v21.0.2
|
||||||
|
|
||||||
This is a new patch release, bringing an important bugfix, as well as docker build improvements.
|
This is a new patch release, bringing an important bugfix, as well as docker build improvements.
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ The [docker images](https://hub.docker.com/r/dashpay/dashd) should now provide S
|
|||||||
SBOM and provenenance provide additional information about the build process and exact dependencies included.
|
SBOM and provenenance provide additional information about the build process and exact dependencies included.
|
||||||
See this [blog post](https://www.docker.com/blog/generate-sboms-with-buildkit/) by Docker for more information.
|
See this [blog post](https://www.docker.com/blog/generate-sboms-with-buildkit/) by Docker for more information.
|
||||||
|
|
||||||
# v21.0.1 Change log
|
# v21.0.2 Change log
|
||||||
|
|
||||||
See detailed [set of changes][set-of-changes].
|
See detailed [set of changes][set-of-changes].
|
||||||
|
|
||||||
@ -116,4 +116,4 @@ These release are considered obsolete. Old release notes can be found here:
|
|||||||
- [v0.10.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.10.0.md) released Sep/25/2014
|
- [v0.10.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.10.0.md) released Sep/25/2014
|
||||||
- [v0.9.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.9.0.md) released Mar/13/2014
|
- [v0.9.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.9.0.md) released Mar/13/2014
|
||||||
|
|
||||||
[set-of-changes]: https://github.com/dashpay/dash/compare/v21.0.0...dashpay:v21.0.1
|
[set-of-changes]: https://github.com/dashpay/dash/compare/v21.0.0...dashpay:v21.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user