Mailing List Archive

[xen staging-4.16] xen/Makefile: Set 4.16 version
commit b0b4661fa3cba995e433b94ea569c90f65a3e5fc
Author: Ian Jackson <iwj@xenproject.org>
AuthorDate: Tue Nov 30 11:42:42 2021 +0000
Commit: Ian Jackson <iwj@xenproject.org>
CommitDate: Tue Nov 30 11:42:42 2021 +0000

xen/Makefile: Set 4.16 version

Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
xen/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/Makefile b/xen/Makefile
index 2fc83f266b..dfb0efcc26 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 = 16
-export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version

--
generated by git-patchbot for /home/xen/git/xen.git#staging-4.16