diff mbox series

[for-4.17,2/3] Set version to 4.17; 4.16 has branched

Message ID 20211123165625.1023-2-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series [for-4.17,1/3] Revert "Config.mk: pin QEMU_UPSTREAM_REVISION (prep for Xen 4.16 RC1)" | expand

Commit Message

Ian Jackson Nov. 23, 2021, 4:56 p.m. UTC
Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 README       | 10 +++++-----
 xen/Makefile |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/README b/README
index a626e56436..562b808080 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@ 
 ############################################################
-__  __            _  _    _  __
-\ \/ /___ _ __   | || |  / |/ /_        _ __ ___
- \  // _ \ '_ \  | || |_ | | '_ \ _____| '__/ __|
- /  \  __/ | | | |__   _|| | (_) |_____| | | (__
-/_/\_\___|_| |_|    |_|(_)_|\___/      |_|  \___|
+__  __                                _        _     _
+\ \/ /___ _ __        _   _ _ __  ___| |_ __ _| |__ | | ___
+ \  // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
+ /  \  __/ | | |_____| |_| | | | \__ \ || (_| | |_) | |  __/
+/_/\_\___|_| |_|      \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
 
 ############################################################
 
diff --git a/xen/Makefile b/xen/Makefile
index 2fc83f266b..1fd48af7ae 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -1,8 +1,8 @@ 
 # This is the correct place to edit the build version.
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
-export XEN_SUBVERSION    = 16
-export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
+export XEN_SUBVERSION    = 17
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version