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:
24f819f
)
And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week.
author
Rob Landley
<rob@landley.net>
Tue, 10 Jan 2006 19:48:53 +0000
(19:48 -0000)
committer
Rob Landley
<rob@landley.net>
Tue, 10 Jan 2006 19:48:53 +0000
(19:48 -0000)
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index c1a61e30c3d7b5810336f327f28c59c7ff99209d..b142ee41f943f8a9355e5090b48c00f4581cf191 100644
(file)
--- a/
Rules.mak
+++ b/
Rules.mak
@@
-15,7
+15,7
@@
PROG := busybox
MAJOR_VERSION :=1
MINOR_VERSION :=1
SUBLEVEL_VERSION:=0
-EXTRAVERSION :=-
pre
1
+EXTRAVERSION :=-
rc
1
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")