diff options
author | Marty Connor | 2010-02-02 17:12:44 +0100 |
---|---|---|
committer | Marty Connor | 2010-02-02 17:12:44 +0100 |
commit | 53e9fb50d2b71d0410c98068741ae34c028f73a2 (patch) | |
tree | c89045c41175c7aa173cefc3c6eb7d98030856bd /src/Makefile | |
parent | [proto] Remove unsupported NMB protocol (diff) | |
download | ipxe-53e9fb50d2b71d0410c98068741ae34c028f73a2.tar.gz ipxe-53e9fb50d2b71d0410c98068741ae34c028f73a2.tar.xz ipxe-53e9fb50d2b71d0410c98068741ae34c028f73a2.zip |
[release] Update version to 1.0.0 for releasev1.0.0
Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 9b15e7a7..cc91d78f 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) \ |