http://git.etherboot.org
/
people
/
lynusvaz
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f88c0d4
)
Version increased to 5.5.0
author
Michael Brown
<mcb30@etherboot.org>
Thu, 19 May 2005 16:07:13 +0000
(16:07 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 19 May 2005 16:07:13 +0000
(16:07 +0000)
src/Makefile.housekeeping
patch
|
blob
|
history
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
78b4f07
..
2a95032
100644
(file)
--- a/
src/Makefile.housekeeping
+++ b/
src/Makefile.housekeeping
@@
-10,8
+10,8
@@
CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
# Version number calculations
#
VERSION_MAJOR = 5
-VERSION_MINOR =
3
-VERSION_PATCH =
14
+VERSION_MINOR =
5
+VERSION_PATCH =
0
EXTRAVERSION =
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)