From: Andrew Cooper Date: Thu, 25 Mar 2021 15:05:55 +0000 (+0000) Subject: xen: Drop "-rc" suffix from XEN_EXTRAVERSION X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~803 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4ca6217bef99128027a9b64c055e4967a5dabd0c;p=xen.git xen: Drop "-rc" suffix from XEN_EXTRAVERSION Fixes: a04509d34d ("Branching: Update version files etc. for newly unstable") Signed-off-by: Andrew Cooper Acked-by: Jan Beulich --- diff --git a/xen/Makefile b/xen/Makefile index ab7d86d226..9f3be7766d 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 ?= -unstable-rc$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version