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