- set version to 1.1.4-pre0

1_1_stable
Bernhard Reutner-Fischer 2006-05-19 11:05:57 +00:00
parent 5cbe2519d8
commit edc9e373d9
1 changed files with 2 additions and 2 deletions

View File

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