aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarty Connor <mdc@etherboot.org>2010-01-26 15:00:32 -0500
committerMarty Connor <mdc@etherboot.org>2010-01-26 15:00:32 -0500
commit329c7b78e3b0b4148c91fde910fb22b2fc0df7fe (patch)
tree6eddf217625bbc824dda083b74bc6fff2b29e09e /src
parent3ead964955b206e6629fe49c3dbfd16a610a2537 (diff)
downloadipxe-329c7b78e3b0b4148c91fde910fb22b2fc0df7fe.tar.gz
[release] Update version to 1.0.0-rc1+ post release
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4b8c84c7..8a6b3784 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -131,7 +131,7 @@ install :
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 0
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc1+
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \