]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
xen: Fix XEN_EXTRAVERSION after c/s 100507b34 branching for 4.13
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 12 Mar 2019 11:38:03 +0000 (11:38 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 12 Mar 2019 12:58:01 +0000 (12:58 +0000)
The update to README and SUPPORT.md where correct, but XEN_EXTRAVERSION had an
additional .0 slip in.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
xen/Makefile

index 335f2f0f370e4b55c1037496e2b3099063816bb0..1fd8ad5116f5bc2874238e2b6ab122d70a5a232d 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    = 13
-export XEN_EXTRAVERSION ?= .0-unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version