diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym index 28d6154f3d..02d2ac2950 100644 --- a/src/libostree/libostree-devel.sym +++ b/src/libostree/libostree-devel.sym @@ -20,17 +20,17 @@ - uncomment the include in Makefile-libostree.am */ +LIBOSTREE_2023.8 { +global: + ostree_sysroot_update_post_copy; +} LIBOSTREE_2023.4; + /* Stub section for the stable release *after* this development one; don't * edit this other than to update the year. This is just a copy/paste * source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION * with whatever the next version with new symbols will be. -LIBOSTREE_2021.$NEWVERSION { +LIBOSTREE_$YEAR.$NEWVERSION { global: someostree_symbol_deleteme; -} LIBOSTREE_2021.$LASTSTABLE; +} LIBOSTREE_$YEAR.$LASTSTABLE; */ - -LIBOSTREE_2023.11 { -global: - ostree_sysroot_update_post_copy; -} LIBOSTREE_2023.4;