diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-10 02:01:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-10 02:01:51 +0000 |
commit | 3db254c8866de390c327d759ba615693e45aff6f (patch) | |
tree | 1dd0f6a0cc97f1f75a7b88d4488d4919ea2417bd /Makefile | |
parent | 6cee58e9cfedfa09ede3f5499eb5f635fc2bb77c (diff) | |
download | busybox-w32-3db254c8866de390c327d759ba615693e45aff6f.tar.gz busybox-w32-3db254c8866de390c327d759ba615693e45aff6f.tar.bz2 busybox-w32-3db254c8866de390c327d759ba615693e45aff6f.zip |
apply accumulated post 1.8.0 fixes, bump version to 1.8.11_8_1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | VERSION = 1 | 1 | VERSION = 1 |
2 | PATCHLEVEL = 8 | 2 | PATCHLEVEL = 8 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 1 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||