projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7993e3b
)
drop stray .0 from hypervisor version
author
Jan Beulich
<jbeulich@suse.com>
Tue, 5 Dec 2017 16:25:40 +0000
(17:25 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Tue, 5 Dec 2017 16:25:40 +0000
(17:25 +0100)
xen/Makefile
patch
|
blob
|
history
diff --git
a/xen/Makefile
b/xen/Makefile
index 749646291324c5eb0c3329c76cebb2ff49a6ccd9..044e7c82a3bc3b686e43e5fcf425c0f26dd01411 100644
(file)
--- a/
xen/Makefile
+++ b/
xen/Makefile
@@
-2,7
+2,7
@@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 11
-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