Skip to content

Commit

Permalink
Merge pull request #2842 from cgwalters/release
Browse files Browse the repository at this point in the history
Release 2023.2
  • Loading branch information
cgwalters authored Mar 22, 2023
2 parents a63febc + 61dc678 commit 7190246
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], [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 7190246

Please sign in to comment.