mirror of https://github.com/mirror/busybox.git
- set version to 1.1.4-pre0
parent
5cbe2519d8
commit
edc9e373d9
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue