diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-26 21:30:50 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-26 21:30:50 +0200 |
commit | c918ea1673e4e930835d387bb989c620bf022e94 (patch) | |
tree | 9785568efcf34f9067f26cf34963c03c029488ce /Makefile | |
parent | fb957125d8aa83c9df6e54292327983a51ee7ffd (diff) | |
download | busybox-c918ea1673e4e930835d387bb989c620bf022e94.tar.gz |
Start 1.33.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 = 32 +PATCHLEVEL = 33 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = .git NAME = Unnamed # *DOCUMENTATION* |