diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-06 15:47:35 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-06 15:47:35 +0200 |
commit | 89a1cace3b8de66f4df63cbec5c50bae67bf1104 (patch) | |
tree | 0905aa6856c796f25a229c50a8f074be5fab4b32 /Makefile | |
parent | b2d95147c989448f23cc59c63b83e2d89f0bd9cd (diff) | |
download | busybox-89a1cace3b8de66f4df63cbec5c50bae67bf1104.tar.gz |
Start 1.18.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 = 17 +PATCHLEVEL = 18 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = .git NAME = Unnamed # *DOCUMENTATION* |