From 997d6248a9ae932d0dbaac8d8755c2b15fec25dc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Apr 2019 12:03:23 +0100 Subject: [PATCH] README, xen/Makefile: Set version to 4.12.0 Signed-off-by: Ian Jackson --- README | 12 ++++++------ xen/Makefile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index c19409efa2..0be4815d4c 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -################################# +################# _ _ _ ____ -| || | / |___ \ _ __ ___ -| || |_ | | __) |____| '__/ __| -|__ _|| |/ __/_____| | | (__ - |_|(_)_|_____| |_| \___| +| || | / |___ \ +| || |_ | | __) | +|__ _|| |/ __/ + |_|(_)_|_____| -################################# +################# http://www.xen.org/ diff --git a/xen/Makefile b/xen/Makefile index ea82fc8ba6..9c185d2f22 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 export XEN_SUBVERSION = 12 -export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- 2.39.5