# Uncomment this include when adding new development symbols.
#if BUILDOPT_IS_DEVEL_BUILD
-symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym
+#symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym
#endif
# http://blog.jgc.org/2007/06/escaping-comma-and-space-in-gnu-make.html
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
+is_release_build=yes
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])
} LIBOSTREE_$YEAR.$LASTSTABLE;
*/
-LIBOSTREE_2026.3 {
-global:
- ostree_repo_verify_local_summary;
-} LIBOSTREE_2025.2;
+/* No new symbols yet for next development version */
ostree_bootconfig_parser_get_tries_done;
} LIBOSTREE_2025.2;
+LIBOSTREE_2026.3 {
+global:
+ ostree_repo_verify_local_summary;
+} LIBOSTREE_2025.3;
+
/* NOTE: Only add more content here in release commits! See the
* comments at the top of this file.
*/
# ONLY update this checksum in release commits!
cat > released-sha256.txt <<EOF
-80766c0ea2a0bc53d18f4eecc82a1710610468bdca39f23dda782365974e3baf ${released_syms}
+c5e236d6349550082b0aaf6bd6410358dad52b4024a9ec3bf94e9cc9c844015b ${released_syms}
EOF
sha256sum -c released-sha256.txt