Skip to content

Commit

Permalink
configure: post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Dec 5, 2023
1 parent 5b23804 commit 75f6658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
dnl To perform a release, follow the instructions in `docs/CONTRIBUTING.md`.
m4_define([year_version], [2023])
m4_define([release_version], [8])
m4_define([release_version], [9])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [walters@verbum.org])
is_release_build=yes
Expand Down

0 comments on commit 75f6658

Please sign in to comment.