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:
601d244
)
[release] Update version post release to 0.9.4+
author
Marty Connor
<mdc@etherboot.org>
Fri, 26 Sep 2008 20:05:55 +0000
(16:05 -0400)
committer
Marty Connor
<mdc@etherboot.org>
Fri, 26 Sep 2008 20:05:55 +0000
(16:05 -0400)
src/Makefile.housekeeping
patch
|
blob
|
history
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
17df25f
..
69d8af6
100644
(file)
--- a/
src/Makefile.housekeeping
+++ b/
src/Makefile.housekeeping
@@
-12,7
+12,7
@@
CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 4
-EXTRAVERSION =
+EXTRAVERSION =
+
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \