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:
5cbe251
)
- set version to 1.1.4-pre0
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 19 May 2006 11:05:57 +0000
(11:05 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 19 May 2006 11:05:57 +0000
(11:05 -0000)
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index 48a04a9078f7679e9e7c8a9d8c41777ce722f8f2..8e408b3d59de17b7645420cbb1a34d15ff11844a 100644
(file)
--- a/
Rules.mak
+++ b/
Rules.mak
@@
-14,8
+14,8
@@
endif
PROG := busybox
MAJOR_VERSION :=1
MINOR_VERSION :=1
-SUBLEVEL_VERSION:=
3
-EXTRAVERSION :=
+SUBLEVEL_VERSION:=
4
+EXTRAVERSION :=
-pre0
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")