And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week.

This commit is contained in:
Rob Landley 2006-01-10 19:48:53 +00:00
parent 24f819fd74
commit 009765d2ca

View File

@ -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")