Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
#################################
__ __ _ _ _ _
-\ \/ /___ _ __ | || | / / | _ __ ___
- \ // _ \ '_ \ | || |_ | | |_____| '__/ __|
- / \ __/ | | | |__ _|| | |_____| | | (__
-/_/\_\___|_| |_| |_|(_)_|_| |_| \___|
+\ \/ /___ _ __ | || | / / |
+ \ // _ \ '_ \ | || |_ | | |
+ / \ __/ | | | |__ _|| | |
+/_/\_\___|_| |_| |_|(_)_|_|
#################################
# Release Support
- Xen-Version: 4.11-unstable
- Initial-Release: n/a
+ Xen-Version: 4.11
+ Initial-Release: 2018-07-10
Supported-Until: TBD
- Security-Support-Until: Unreleased - not yet security-supported
+ Security-Support-Until: TBD
# Feature Support
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 11
-export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version