From: Rob Landley Date: Tue, 10 Jan 2006 19:48:53 +0000 (-0000) Subject: And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week. X-Git-Tag: 1_1_0~358 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=009765d2caa1fd8abd29d9f782c5154c85591793;p=oweals%2Fbusybox.git And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week. --- diff --git a/Rules.mak b/Rules.mak index c1a61e30c..b142ee41f 100644 --- a/Rules.mak +++ b/Rules.mak @@ -15,7 +15,7 @@ PROG := busybox MAJOR_VERSION :=1 MINOR_VERSION :=1 SUBLEVEL_VERSION:=0 -EXTRAVERSION :=-pre1 +EXTRAVERSION :=-rc1 VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION) BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")