]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
Set version to 4.19; 4.18 has branched
authorJulien Grall <julien@xen.org>
Mon, 30 Oct 2023 09:12:49 +0000 (09:12 +0000)
committerJulien Grall <julien@xen.org>
Mon, 30 Oct 2023 09:12:54 +0000 (09:12 +0000)
Signed-off-by: Julien Grall <julien@xen.org>
README
xen/Makefile

diff --git a/README b/README
index 855db01d361425456087625ab7c6a2afd0d003aa..c8a108449e293441cee2c5d081b420dbe925d407 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-#################################################
-__  __            _  _    _  ___
-\ \/ /___ _ __   | || |  / |( _ )       _ __ ___
- \  // _ \ '_ \  | || |_ | |/ _ \ _____| '__/ __|
- /  \  __/ | | | |__   _|| | (_) |_____| | | (__
-/_/\_\___|_| |_|    |_|(_)_|\___/      |_|  \___|
-
-#################################################
+############################################################
+__  __                                _        _     _
+\ \/ /___ _ __        _   _ _ __  ___| |_ __ _| |__ | | ___
+ \  // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
+ /  \  __/ | | |_____| |_| | | | \__ \ || (_| | |_) | |  __/
+/_/\_\___|_| |_|      \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
+
+############################################################
 
 https://www.xen.org/
 
index fd0e63d29efb0766cb7f18ab39e4ea47b0cac2a0..b923235c5305b7821ae04de4050abca36568f3e0 100644 (file)
@@ -5,8 +5,8 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
 # 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    = 18
-export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
+export XEN_SUBVERSION    = 19
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version