From 7c7224004c31389229877634a217fcc0c8e8567d Mon Sep 17 00:00:00 2001 From: John Johansen Date: Tue, 23 Aug 2022 13:39:18 -0700 Subject: [PATCH] Prepare for AppArmor 3.1 release - update version file - update library version Signed-off-by: John Johansen --- common/Version | 2 +- libraries/libapparmor/src/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/Version b/common/Version index 8f9d9f2e4..fd2a01863 100644 --- a/common/Version +++ b/common/Version @@ -1 +1 @@ -3.0.98 +3.1.0 diff --git a/libraries/libapparmor/src/Makefile.am b/libraries/libapparmor/src/Makefile.am index 251f24fb3..5fa513f70 100644 --- a/libraries/libapparmor/src/Makefile.am +++ b/libraries/libapparmor/src/Makefile.am @@ -29,9 +29,9 @@ INCLUDES = $(all_includes) # For more information, see: # http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html # -AA_LIB_CURRENT = 9 -AA_LIB_REVISION = 3 -AA_LIB_AGE = 8 +AA_LIB_CURRENT = 13 +AA_LIB_REVISION = 0 +AA_LIB_AGE = 9 SUFFIXES = .pc.in .pc