[gPXE git] mainline commit to stable-1.0.1: [release] Update version to 1.0.1-rc1 for release
git at etherboot.org
git at etherboot.org
Thu Jun 24 14:58:59 EDT 2010
In the Main gPXE repository, branch stable-1.0.1 has been updated.
adds b70afba [release] Update version to 1.0.1-rc1 for release
from eb78692 [pcnet32] Replace pcnet32 with native driver
Summary of changes:
src/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
------
commit b70afba4bd0b2b123042ce223d7004aa63a65ff7
Author: Marty Connor <mdc at etherboot.org>
Date: Thu Jun 24 14:54:51 2010 -0400
Committer: Marty Connor <mdc at etherboot.org>
[release] Update version to 1.0.1-rc1 for release
Signed-off-by: Marty Connor <mdc at etherboot.org>
diff --git a/src/Makefile b/src/Makefile
index 5ab628f..b2cf499 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -134,8 +134,8 @@ install :
#
VERSION_MAJOR = 1
VERSION_MINOR = 0
-VERSION_PATCH = 0
-EXTRAVERSION = +
+VERSION_PATCH = 1
+EXTRAVERSION = -rc1
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