mirror of
https://github.com/ipxe/ipxe
synced 2026-05-10 18:10:36 +03:00
[release] Release version 2.0.0
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
+4
-4
@@ -212,10 +212,10 @@ install :
|
||||
#
|
||||
# Version number calculations
|
||||
#
|
||||
VERSION_MAJOR := 1
|
||||
VERSION_MINOR := 21
|
||||
VERSION_PATCH := 1
|
||||
EXTRAVERSION := +
|
||||
VERSION_MAJOR := 2
|
||||
VERSION_MINOR := 0
|
||||
VERSION_PATCH := 0
|
||||
EXTRAVERSION :=
|
||||
ifneq ($(wildcard ../.git/HEAD),)
|
||||
GITVERSION := $(shell cat ../.git/HEAD)
|
||||
ifeq ($(firstword $(GITVERSION)),ref:)
|
||||
|
||||
Reference in New Issue
Block a user