Skip to content

Commit

Permalink
Merge pull request #3361 from cgwalters/release
Browse files Browse the repository at this point in the history
Release 2024.10
  • Loading branch information
cgwalters authored Dec 19, 2024
2 parents 45ddf3b + aca6f17 commit 8aaea0c
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], [2024])
m4_define([release_version], [10])
m4_define([release_version], [11])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [[email protected]])
is_release_build=no
Expand Down

0 comments on commit 8aaea0c

Please sign in to comment.