We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b434552 commit 82185d9Copy full SHA for 82185d9
configure.ac
@@ -4,7 +4,7 @@ m4_define([year_version], [2025])
4
m4_define([release_version], [6])
5
m4_define([package_version], [year_version.release_version])
6
AC_INIT([libostree], [package_version], [walters@verbum.org])
7
-is_release_build=no
+is_release_build=yes
8
AC_CONFIG_HEADER([config.h])
9
AC_CONFIG_MACRO_DIR([buildutil])
10
AC_CONFIG_AUX_DIR([build-aux])
0 commit comments