build: generalise the use of apparmor version during the build.
This commit is contained in:
parent
d3e9a7ec70
commit
baa3f8f639
5 changed files with 39 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue