From: Colin Walters Date: Mon, 20 Nov 2023 14:45:39 +0000 (-0500) Subject: devel: Fix symbol versioning number X-Git-Tag: archive/raspbian/2023.8-1+rpi1^2~9^2^2~12^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=76e4833de3508b01a839a391359284313bb00708;p=ostree.git devel: Fix symbol versioning number The .11 was wrong. --- diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym index 28d6154f..442c4e01 100644 --- a/src/libostree/libostree-devel.sym +++ b/src/libostree/libostree-devel.sym @@ -20,6 +20,11 @@ - 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 @@ -29,8 +34,3 @@ global: someostree_symbol_deleteme; } LIBOSTREE_2021.$LASTSTABLE; */ - -LIBOSTREE_2023.11 { -global: - ostree_sysroot_update_post_copy; -} LIBOSTREE_2023.4;