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 | |
parent | b2d95147c989448f23cc59c63b83e2d89f0bd9cd (diff) | |
download | busybox-w32-89a1cace3b8de66f4df63cbec5c50bae67bf1104.tar.gz busybox-w32-89a1cace3b8de66f4df63cbec5c50bae67bf1104.tar.bz2 busybox-w32-89a1cace3b8de66f4df63cbec5c50bae67bf1104.zip |
Start 1.18.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 1 | 1 | VERSION = 1 |
2 | PATCHLEVEL = 17 | 2 | PATCHLEVEL = 18 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = .git |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||
7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |