diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-22 21:26:53 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-22 21:26:53 +0100 |
commit | db4171d842e9bdc1c2903a9d5cfea053aceb35a2 (patch) | |
tree | 7080e1e777784f25148eadfa33bc1e8d871a2a04 /Makefile | |
parent | 468c326d6a9035314add6d431301f3840629c976 (diff) | |
download | busybox-w32-1_17_4.tar.gz busybox-w32-1_17_4.tar.bz2 busybox-w32-1_17_4.zip |
Apply post-1.17.3 fixes, bump version to 1.17.41_17_4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 = 17 | 2 | PATCHLEVEL = 17 |
3 | SUBLEVEL = 3 | 3 | SUBLEVEL = 4 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||