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:
authorRob Landley <rob@landley.net>2006-03-22 17:07:23 +0300
committerRob Landley <rob@landley.net>2006-03-22 17:07:23 +0300
commit7328c8fdc17a73c1e2ad3d5934d4652bd2b2ac12 (patch)
treef6bbe9bf0d2c4df693b9c1df1f9fe23c40b1c4d6 /Rules.mak
parentcebea726e81bfaaf5718af0691733df7c6a5428e (diff)
Annoint 1.1.1.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 115f3a4ab..c1406592e 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -15,7 +15,7 @@ PROG := busybox
MAJOR_VERSION :=1
MINOR_VERSION :=1
SUBLEVEL_VERSION:=1
-EXTRAVERSION :=-pre0
+EXTRAVERSION :=
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")