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-03-30 16:52:37 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-30 16:52:37 +0400
commit7ff69e3ab82dab1fe009004b7774d192ad38cdd6 (patch)
tree30cb4fb9c4e24ab49da46419c8d258af0bba8204
parent5139bd98a78a7ce68779067f3f6a3b1eecea716e (diff)
- upcoming stable version 1.1.2
-rw-r--r--Rules.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 6bf91b2d6..eaf14dfbf 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -14,8 +14,8 @@ endif
PROG := busybox
MAJOR_VERSION :=1
MINOR_VERSION :=1
-SUBLEVEL_VERSION:=1
-EXTRAVERSION :=
+SUBLEVEL_VERSION:=2
+EXTRAVERSION :=-pre0
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")