[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/5] Config.mk, etc.: Prepare 4.9.0-rc1
* Update Config.mk REVISION values to refer to relevant tags. * Update README version number * Update xen/Makefile version number Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- Config.mk | 6 +++--- README | 10 +++++----- xen/Makefile | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Config.mk b/Config.mk index 7a0f94b..d01c832 100644 --- a/Config.mk +++ b/Config.mk @@ -268,8 +268,8 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git endif OVMF_UPSTREAM_REVISION ?= 5920a9d16b1ab887c2858224316a98e961d71b05 -QEMU_UPSTREAM_REVISION ?= master -MINIOS_UPSTREAM_REVISION ?= ca013fa9baf92f47469ba1f2e1aaa31c41d8a0bb +QEMU_UPSTREAM_REVISION ?= qemu-xen-4.9.0-rc1 +MINIOS_UPSTREAM_REVISION ?= xen-4.9.0-rc1 # Tue Dec 13 15:02:02 2016 +0000 # build: prepend OBJ_DIR to linker script @@ -280,7 +280,7 @@ SEABIOS_UPSTREAM_REVISION ?= rel-1.10.0 ETHERBOOT_NICS ?= rtl8139 8086100e -QEMU_TRADITIONAL_REVISION ?= 8051789e982499050680a26febeada7467e18a8d +QEMU_TRADITIONAL_REVISION ?= xen-4.9.0-rc1 # Thu Mar 9 11:14:55 2017 +0000 # cirrus/vnc: zap drop bitblit support from console code. diff --git a/README b/README index 76433a9..05e92d0 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ ################################# -__ __ _ _ ___ _ _ _ -\ \/ /___ _ __ | || | / _ \ _ _ _ __ ___| |_ __ _| |__ | | ___ - \ // _ \ '_ \ | || || (_) |_____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ - / \ __/ | | | |__ _\__, |_____| |_| | | | \__ \ || (_| | |_) | | __/ -/_/\_\___|_| |_| |_|(_)/_/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___| +__ __ _ _ ___ +\ \/ /___ _ __ | || | / _ \ _ __ ___ + \ // _ \ '_ \ | || || (_) |_____| '__/ __| + / \ __/ | | | |__ _\__, |_____| | | (__ +/_/\_\___|_| |_| |_|(_)/_/ |_| \___| ################################# diff --git a/xen/Makefile b/xen/Makefile index fcd5c7e..750bb8a 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 = 9 -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |