diff options
author | Marty Connor <mdc@etherboot.org> | 2010-02-02 11:12:44 -0500 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2010-02-02 11:12:44 -0500 |
commit | 53e9fb50d2b71d0410c98068741ae34c028f73a2 (patch) | |
tree | c89045c41175c7aa173cefc3c6eb7d98030856bd | |
parent | 26f882bf64518155256ca19334db3999a725ccac (diff) | |
download | ipxe-1.0.0.tar.gz |
[release] Update version to 1.0.0 for releasev1.0.0
Signed-off-by: Marty Connor <mdc@etherboot.org>
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 9b15e7a73..cc91d78f2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -130,7 +130,7 @@ install : VERSION_MAJOR = 1 VERSION_MINOR = 0 VERSION_PATCH = 0 -EXTRAVERSION = -rc1+ +EXTRAVERSION = MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \ |