- 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
|
||||
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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user