- bump version to 1.1.1 nonrelease series (let's say -pre0).

This commit is contained in:
Bernhard Reutner-Fischer 2006-01-19 09:22:39 +00:00
parent d9679e3af1
commit b565a12cf8

View File

@ -14,8 +14,8 @@ endif
PROG := busybox
MAJOR_VERSION :=1
MINOR_VERSION :=1
SUBLEVEL_VERSION:=0
EXTRAVERSION :=-rc1
SUBLEVEL_VERSION:=1
EXTRAVERSION :=-pre0
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")