2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

Prepare for AppArmor 3.1.4 release

- update version file
- update library version

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen 2023-05-23 17:10:26 -07:00
parent 6831a8f440
commit e5a3c03357
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.1.3 3.1.4

View File

@ -33,9 +33,9 @@ INCLUDES = $(all_includes)
# After changing the AA_LIB_* variables, also update EXPECTED_SO_NAME. # After changing the AA_LIB_* variables, also update EXPECTED_SO_NAME.
AA_LIB_CURRENT = 13 AA_LIB_CURRENT = 13
AA_LIB_REVISION = 2 AA_LIB_REVISION = 3
AA_LIB_AGE = 12 AA_LIB_AGE = 12
EXPECTED_SO_NAME = libapparmor.so.1.12.2 EXPECTED_SO_NAME = libapparmor.so.1.12.3
SUFFIXES = .pc.in .pc SUFFIXES = .pc.in .pc