diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-12 17:49:38 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-12 17:49:38 +0200 |
commit | 2e79bc6c77560d4460847a459857039774de004a (patch) | |
tree | 17148ca59e5b221bcd0dda72023c6ac4748e93f4 /Makefile | |
parent | 30f0ea6cab956ed59ecc5de82459187763a2b868 (diff) | |
download | busybox-w32-1_18_5.tar.gz busybox-w32-1_18_5.tar.bz2 busybox-w32-1_18_5.zip |
Apply post-1.18.4 fixes, bump version to 1.18.51_18_5
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | VERSION = 1 | 1 | VERSION = 1 |
2 | PATCHLEVEL = 18 | 2 | PATCHLEVEL = 18 |
3 | SUBLEVEL = 4 | 3 | SUBLEVEL = 5 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||