[gPXE git] mainline commit to stable-1.0.1: [release] Update version to 1.0.1 for release
git at etherboot.org
git at etherboot.org
Tue Jun 29 16:13:36 EDT 2010
In the Main gPXE repository, branch stable-1.0.1 has been updated.
adds ed89393 [release] Update version to 1.0.1 for release
from 3804638 [pcnet32] Fix uninitialised variable
Summary of changes:
src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
------
commit ed893934d6de3698eb10413e9cf7227276e83fee
Author: Marty Connor <mdc at etherboot.org>
Date: Tue Jun 29 15:31:33 2010 -0400
Committer: Marty Connor <mdc at etherboot.org>
[release] Update version to 1.0.1 for release
Signed-off-by: Marty Connor <mdc at etherboot.org>
diff --git a/src/Makefile b/src/Makefile
index b2cf499..4e1628b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -135,7 +135,7 @@ install :
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 1
-EXTRAVERSION = -rc1
+EXTRAVERSION =
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \
-----------------------------------------------------------------------
--
Main gPXE repository
More information about the gPXE-commits
mailing list