libsepol: Fix the version number for the latest exported function

cil_write_post_ast() should be in libsepol version 3.6, since version
3.5 has already been released.

Signed-off-by: James Carter <jwcart2@gmail.com>
Acked-by: Petr Lautrbach <lautrbach@redhat.com>
This commit is contained in:
James Carter 2023-08-16 14:09:33 -04:00
parent e609391105
commit 01da3a9ca3

View File

@ -290,7 +290,7 @@ LIBSEPOL_3.4 {
sepol_validate_transition_reason_buffer;
} LIBSEPOL_3.0;
LIBSEPOL_3.5 {
LIBSEPOL_3.6 {
global:
cil_write_post_ast;
} LIBSEPOL_3.4;