diff options
author | Michael Brown <mcb30@etherboot.org> | 2009-01-08 08:39:05 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2009-01-08 08:39:05 +0000 |
commit | ba1016f3786081652fb02707ddc40a557523e3ff (patch) | |
tree | 4c1a732f12488982c57f2f511958ed7b9affc9cc /src/Makefile | |
parent | 3e220aa73eb135f2080a09d7a3e68343d7d1d7ed (diff) | |
download | ipxe-ba1016f3786081652fb02707ddc40a557523e3ff.tar.gz |
[dhcp] Include gPXE version number within DHCP request
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index eed91f03..147f6997 100644 --- a/src/Makefile +++ b/src/Makefile @@ -123,6 +123,7 @@ MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \ -DVERSION_MINOR=$(VERSION_MINOR) \ + -DVERSION_PATCH=$(VERSION_PATCH) \ -DVERSION=\"$(VERSION)\" IDENT = '$(@F) $(VERSION) (GPL) etherboot.org' version : |