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-04-11 00:17:34 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-11 00:17:34 +0400
commitaddf86e3d301f4ba77340ba6ea3ff71db95841fd (patch)
treec25d16dabfa8fe1661c1caa4585b68e29c5cdc1d
parent8dc83c654d895f82da4059be7d8709edf66bba36 (diff)
- stable version 1.1.2
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index eaf14dfbf..18fd300b4 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -15,7 +15,7 @@ PROG := busybox
MAJOR_VERSION :=1
MINOR_VERSION :=1
SUBLEVEL_VERSION:=2
-EXTRAVERSION :=-pre0
+EXTRAVERSION :=
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")