Skip to content

Commit

Permalink
update Xen version to 4.15.3-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeulich committed Feb 16, 2022
1 parent 1ec097c commit 124b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 15
export XEN_EXTRAVERSION ?= .2$(XEN_VENDORVERSION)
export XEN_EXTRAVERSION ?= .3-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version

Expand Down

0 comments on commit 124b801

Please sign in to comment.