diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-07-01 17:18:47 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-07-01 17:18:47 +0200 |
commit | 0dbcb46af50ab273e03f3a6e4ae93912aa1f2f35 (patch) | |
tree | 96b8b652a02afdb37fcaf4a3aa02eb5aaec58d13 /Makefile | |
parent | 10a38174403c44760c1941424f4e540075e59696 (diff) | |
download | busybox-0dbcb46af50ab273e03f3a6e4ae93912aa1f2f35.tar.gz |
Start 1.30.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VERSION = 1 -PATCHLEVEL = 29 +PATCHLEVEL = 30 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = .git NAME = Unnamed # *DOCUMENTATION* |