Skip to content

Commit

Permalink
xen/Makefile: Correct XEN_EXTERVERSION for unstable
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 19, 2024
1 parent a99f25f commit e5182b4
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 = 20
export XEN_EXTRAVERSION ?= $(XEN_VENDORVERSION)
export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version

Expand Down

0 comments on commit e5182b4

Please sign in to comment.