Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 14:57:39 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 14:57:39 +0400
commit5cbe2519d8776bc15e0bc4dc7aeb6adc53e50b81 (patch)
tree3b5cf4262967ea0ab192419a5ea71daca8d6afd9
parent1ee8b638cff70823f1648e050282db49bc23d0bd (diff)
- set version to 1.1.31_1_3
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 18fd300b4..48a04a907 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -14,7 +14,7 @@ endif
PROG := busybox
MAJOR_VERSION :=1
MINOR_VERSION :=1
-SUBLEVEL_VERSION:=2
+SUBLEVEL_VERSION:=3
EXTRAVERSION :=
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")