From 2ba5575f7bfbe0c15c40410c46b1da002f76ea23 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Thu, 10 Feb 2022 14:20:06 -0800 Subject: [PATCH] libapparmor: sync library version change with the 3.0.4 release Library versioning requires we keep these changes in sync. Since the 3.0.4 release bumped revision we need to do it here as well. Signed-off-by: John Johansen --- libraries/libapparmor/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libapparmor/src/Makefile.am b/libraries/libapparmor/src/Makefile.am index 2984d45cf..04cc7763f 100644 --- a/libraries/libapparmor/src/Makefile.am +++ b/libraries/libapparmor/src/Makefile.am @@ -27,7 +27,7 @@ INCLUDES = $(all_includes) # http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html # AA_LIB_CURRENT = 9 -AA_LIB_REVISION = 1 +AA_LIB_REVISION = 2 AA_LIB_AGE = 8 SUFFIXES = .pc.in .pc