Set version to 4.17; 4.16 has branched
authorIan Jackson <iwj@xenproject.org>
Tue, 23 Nov 2021 16:54:08 +0000 (16:54 +0000)
committerIan Jackson <iwj@xenproject.org>
Tue, 23 Nov 2021 16:54:18 +0000 (16:54 +0000)
Signed-off-by: Ian Jackson <iwj@xenproject.org>
README
xen/Makefile

diff --git a/README b/README
index a626e56436de3cacbb20a0cff9cbd29ef5de1590..562b808080332d41d1bcbb26a679233581c902e6 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 ############################################################
-__  __            _  _    _  __
-\ \/ /___ _ __   | || |  / |/ /_        _ __ ___
- \  // _ \ '_ \  | || |_ | | '_ \ _____| '__/ __|
- /  \  __/ | | | |__   _|| | (_) |_____| | | (__
-/_/\_\___|_| |_|    |_|(_)_|\___/      |_|  \___|
+__  __                                _        _     _
+\ \/ /___ _ __        _   _ _ __  ___| |_ __ _| |__ | | ___
+ \  // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
+ /  \  __/ | | |_____| |_| | | | \__ \ || (_| | |_) | |  __/
+/_/\_\___|_| |_|      \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
 
 ############################################################
 
index 2fc83f266b3508d1b2c306d86b2f6fc90383d2e5..1fd48af7ae82be8268c34bc7c3fc0b8f36051786 100644 (file)
@@ -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