Skip to content

Commit

Permalink
Set 4.19 version
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Grall <[email protected]>
  • Loading branch information
Julien Grall committed Jul 29, 2024
1 parent df9b8a6 commit 026c9fa
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 @@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 19
export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version

Expand Down

0 comments on commit 026c9fa

Please sign in to comment.