Skip to content

Commit a3d6db6

Browse files
Merge #6547: chore: bump develop to merging for v23
f819f1b chore: bump develop to merging for v23 (pasta) Pull request description: ## Issue being fixed or feature implemented Bump version of develop to v23; allow breaking changes from here on out ## What was done? ## How Has This Been Tested? Na ## 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: kwvg: utACK f819f1b Tree-SHA512: 0da8f48bf6ac8cae3392bd13a20551f1c36afca5647c49a47717437b0f43057381e8e8d16a2ed993db50fcfbdaee5a8a81983370c38c74ca8cc07c27c0f8447b
2 parents d9802e2 + f819f1b commit a3d6db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ([2.69])
22
dnl Don't forget to push a corresponding tag when updating any of _CLIENT_VERSION_* numbers
3-
define(_CLIENT_VERSION_MAJOR, 22)
4-
define(_CLIENT_VERSION_MINOR, 1)
3+
define(_CLIENT_VERSION_MAJOR, 23)
4+
define(_CLIENT_VERSION_MINOR, 0)
55
define(_CLIENT_VERSION_BUILD, 0)
66
define(_CLIENT_VERSION_IS_RELEASE, false)
77
define(_COPYRIGHT_YEAR, 2025)

0 commit comments

Comments
 (0)