Skip to content

Commit

Permalink
Merge pull request #3160 from cgwalters/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
cgwalters committed Feb 8, 2024
2 parents 61ed3bf + c09abec commit a61724b
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], [2])
m4_define([release_version], [3])
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 a61724b

Please sign in to comment.