Skip to content

Commit

Permalink
Release 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jan 19, 2024
1 parent 19cd8cf commit 3b4f5e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
@@ -1,10 +1,10 @@
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], [9])
m4_define([year_version], [2024])
m4_define([release_version], [1])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [walters@verbum.org])
is_release_build=no
is_release_build=yes
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit 3b4f5e3

Please sign in to comment.