Skip to content

Commit ab7bc12

Browse files
Merge #5921: chore: set IS_RELEASE to true
0737d7e chore: set IS_RELEASE to true (pasta) Pull request description: ## Issue being fixed or feature implemented Release v20.1.0 final ## 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)_ Top commit has no ACKs. Tree-SHA512: a83e8fea96d3d9106984be7f1a235116d99a98dc7a2fb436c58690731dbb2221ba691081ff2afd7d99f444baa02ff147e0d5a467c3213e33cf0f173db2b96e53
2 parents 032c8fa + 0737d7e commit ab7bc12

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, 20)
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, 2024)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])
99
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Dash Core]])

0 commit comments

Comments
 (0)