Skip to content

Commit 0b7f5be

Browse files
Merge #7139: chore: v23.1.0 release
9c29abf chore: mark release as final (pasta) 5c1063c docs: write v23.1.0 release notes, archive v23.0.1 and v23.0.2 notes (pasta) 1f5cae7 chore: bump version to 23.1.0 (pasta) Pull request description: ## Issue being fixed or feature implemented Release v23.1.0 ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: _Go over all the following points, and put an `x` in all the boxes that apply._ - [ ] 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: utACK 9c29abf Tree-SHA512: c27dbe712f512f0a8bfea0ca13361dbd1e07a33ee51c15984aeda7a819279f28a4d68de7729269581168238ba68381fd37c1a60b72e1a07b05d791512e75df6b
2 parents 95f2f29 + 9c29abf commit 0b7f5be

14 files changed

+263
-110
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
AC_PREREQ([2.69])
22
dnl Don't forget to push a corresponding tag when updating any of _CLIENT_VERSION_* numbers
33
define(_CLIENT_VERSION_MAJOR, 23)
4-
define(_CLIENT_VERSION_MINOR, 0)
5-
define(_CLIENT_VERSION_BUILD, 2)
6-
define(_CLIENT_VERSION_IS_RELEASE, false)
4+
define(_CLIENT_VERSION_MINOR, 1)
5+
define(_CLIENT_VERSION_BUILD, 0)
6+
define(_CLIENT_VERSION_IS_RELEASE, true)
77
define(_COPYRIGHT_YEAR, 2026)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])
99
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Dash Core]])

doc/release-note-26194.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/release-notes-26094.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/release-notes-6729.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/release-notes-6833.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

doc/release-notes-6870.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/release-notes-6901.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/release-notes-6927.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/release-notes-6946.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/release-notes-6969.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)