- stable version 1.1.2

1_1_stable
Bernhard Reutner-Fischer 2006-04-10 20:17:34 +00:00
parent 8dc83c654d
commit addf86e3d3
1 changed files with 1 additions and 1 deletions

View File

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