Skip to content

Commit

Permalink
Merge pull request #3246 from jmarrero/release-2024.6
Browse files Browse the repository at this point in the history
Release 2024.6
  • Loading branch information
cgwalters committed May 16, 2024
2 parents 4ed4d61 + 32bec27 commit 64a09da
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], [6])
m4_define([release_version], [7])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [walters@verbum.org])
is_release_build=no
Expand Down

0 comments on commit 64a09da

Please sign in to comment.