build: generalise the use of apparmor version during the build.

This commit is contained in:
Alexandre Pujol 2025-03-30 17:06:00 +02:00
parent d3e9a7ec70
commit baa3f8f639
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 39 additions and 15 deletions

View file

@ -11,7 +11,7 @@ var (
ABI uint = 0
// AppArmor version
Version string = "4.0"
Version float64 = 4.0
// Pkgname is the name of the package
Pkgname string = "apparmor.d"