diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-13 08:56:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-13 08:56:58 +0200 |
commit | 8b141ebd456f6899133c53f0cf833c09a922a6cf (patch) | |
tree | 46bc5c6f5e1f4e7fcec8217156eb22b17f45fb0e /Makefile | |
parent | d84b175cb6948eb17f847313bf912174e2f934e1 (diff) | |
download | busybox-8b141ebd456f6899133c53f0cf833c09a922a6cf.tar.gz |
Start 1.20.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 = 19 +PATCHLEVEL = 20 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = .git NAME = Unnamed # *DOCUMENTATION* |