]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
xen: Drop "-rc" suffix from XEN_EXTRAVERSION
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 25 Mar 2021 15:05:55 +0000 (15:05 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 25 Mar 2021 16:58:10 +0000 (16:58 +0000)
Fixes: a04509d34d ("Branching: Update version files etc. for newly unstable")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/Makefile

index ab7d86d226c6f380ba6aabee5aff2874b14047f7..9f3be7766d51db02957f24879c794af091b30a67 100644 (file)
@@ -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