- bump version to 1.1.1 nonrelease series (let's say -pre0).
This commit is contained in:
parent
d9679e3af1
commit
b565a12cf8
@ -14,8 +14,8 @@ endif
|
|||||||
PROG := busybox
|
PROG := busybox
|
||||||
MAJOR_VERSION :=1
|
MAJOR_VERSION :=1
|
||||||
MINOR_VERSION :=1
|
MINOR_VERSION :=1
|
||||||
SUBLEVEL_VERSION:=0
|
SUBLEVEL_VERSION:=1
|
||||||
EXTRAVERSION :=-rc1
|
EXTRAVERSION :=-pre0
|
||||||
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
|
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
|
||||||
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user