[gPXE git] mainline commit to master: [release] Update version to 1.0.1+ post release

git at etherboot.org git at etherboot.org
Tue Jun 29 16:20:54 EDT 2010


In the Main gPXE repository, branch master has been updated.
      adds  1a8e24c [release] Update version to 1.0.1+ post release
      from  e9d7419 [tls] Handle multiple handshake records

Summary of changes:
 src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
------
commit 1a8e24cbfdbd48221a419dd00ef1b108a52c29f7
Author: Marty Connor <mdc at etherboot.org>
Date: Tue Jun 29 16:17:33 2010 -0400
Committer: Marty Connor <mdc at etherboot.org>

[release] Update version to 1.0.1+ post release

Signed-off-by: Marty Connor <mdc at etherboot.org>

diff --git a/src/Makefile b/src/Makefile
index 5ab628f..d71c59a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -134,7 +134,7 @@ install :
 #
 VERSION_MAJOR	= 1
 VERSION_MINOR	= 0
-VERSION_PATCH	= 0
+VERSION_PATCH	= 1
 EXTRAVERSION	= +
 MM_VERSION	= $(VERSION_MAJOR).$(VERSION_MINOR)
 VERSION		= $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
-----------------------------------------------------------------------


-- 
Main gPXE repository


More information about the gPXE-commits mailing list