http://git.etherboot.org
/
people
/
cooldavid
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5835ed5
)
[release] Update version to 1.0.0-rc1 for release
v1.0.0-rc1
author
Marty Connor
<mdc@etherboot.org>
Tue, 26 Jan 2010 19:40:57 +0000
(14:40 -0500)
committer
Marty Connor
<mdc@etherboot.org>
Tue, 26 Jan 2010 19:40:57 +0000
(14:40 -0500)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
72b0e64
..
4b8c84c
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-128,10
+128,10
@@
install :
#
# Version number calculations
#
-VERSION_MAJOR =
0
-VERSION_MINOR =
9
-VERSION_PATCH =
9
-EXTRAVERSION =
+
+VERSION_MAJOR =
1
+VERSION_MINOR =
0
+VERSION_PATCH =
0
+EXTRAVERSION =
-rc1
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \