http://git.etherboot.org
/
people
/
andreif
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b7bc0
)
[release] Update version to 0.9.6+ post release
author
Marty Connor
<mdc@etherboot.org>
Sun, 23 Nov 2008 22:01:17 +0000
(17:01 -0500)
committer
Marty Connor
<mdc@etherboot.org>
Sun, 23 Nov 2008 22:01:17 +0000
(17:01 -0500)
VERSION
patch
|
blob
|
history
src/Makefile
patch
|
blob
|
history
diff --git
a/VERSION
b/VERSION
index
9bc0232
..
69b5110
100644
(file)
--- a/
VERSION
+++ b/
VERSION
@@
-1
+1
@@
-0.9.6 2008-11-23
+0.9.6
+
2008-11-23
diff --git
a/src/Makefile
b/src/Makefile
index
3838a71
..
ae05459
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-116,7
+116,7
@@
install :
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 6
-EXTRAVERSION =
+EXTRAVERSION =
+
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \