Skip to content

Commit 30b9673

Browse files
Merge #6557: [v22.1.x] chore: set release to true
774a018 chore: set release to true (pasta) Pull request description: ## Issue being fixed or feature implemented Final PR before tagging, set release to true ## 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 774a018 (to merge after #6556) Tree-SHA512: 09bc855dc9917ae84430df3acb1e8f36f280b65bd0c25b0a28c4c996933c560abb94d1c88c11f22db264e64119e5a6ba5e49a8e046b3b8c9ee0c1832641d402c
2 parents b59422c + 774a018 commit 30b9673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Don't forget to push a corresponding tag when updating any of _CLIENT_VERSIO
33
define(_CLIENT_VERSION_MAJOR, 22)
44
define(_CLIENT_VERSION_MINOR, 1)
55
define(_CLIENT_VERSION_BUILD, 0)
6-
define(_CLIENT_VERSION_IS_RELEASE, false)
6+
define(_CLIENT_VERSION_IS_RELEASE, true)
77
define(_COPYRIGHT_YEAR, 2025)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])
99
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Dash Core]])

0 commit comments

Comments
 (0)