Skip to content

Commit 5fcb189

Browse files
committed
Release 2024.9
Signed-off-by: Colin Walters <[email protected]>
1 parent 20ebd3f commit 5fcb189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ m4_define([year_version], [2024])
44
m4_define([release_version], [9])
55
m4_define([package_version], [year_version.release_version])
66
AC_INIT([libostree], [package_version], [[email protected]])
7-
is_release_build=no
7+
is_release_build=yes
88
AC_CONFIG_HEADER([config.h])
99
AC_CONFIG_MACRO_DIR([buildutil])
1010
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)