projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cebea72
)
Annoint 1.1.1.
author
Rob Landley
<rob@landley.net>
Wed, 22 Mar 2006 14:07:23 +0000
(14:07 -0000)
committer
Rob Landley
<rob@landley.net>
Wed, 22 Mar 2006 14:07:23 +0000
(14:07 -0000)
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index 115f3a4ab0ffee9050efb4be4c964bd6763fb704..c1406592e45b74ff5905bbc32676d29f04a8fe25 100644
(file)
--- a/
Rules.mak
+++ b/
Rules.mak
@@
-15,7
+15,7
@@
PROG := busybox
MAJOR_VERSION :=1
MINOR_VERSION :=1
SUBLEVEL_VERSION:=1
-EXTRAVERSION :=
-pre0
+EXTRAVERSION :=
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")