Skip to content

Commit

Permalink
chore: bump version in core to v22
Browse files Browse the repository at this point in the history
Breaking changes can now be merged in
  • Loading branch information
PastaPastaPasta committed Sep 24, 2024
1 parent 8f8cd61 commit 32ef5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])
dnl Don't forget to push a corresponding tag when updating any of _CLIENT_VERSION_* numbers
define(_CLIENT_VERSION_MAJOR, 21)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_MAJOR, 22)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2024)
Expand Down

0 comments on commit 32ef5f8

Please sign in to comment.