diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-12 17:49:22 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-12 17:49:22 +0200 |
commit | 757e46252c004c9170dfc748a78f42abd416cf50 (patch) | |
tree | ec94eeb0b8ef339ae158d47b80a091a818236168 /Makefile | |
parent | f5d4bddfbee4d9a5af479e20f4e17b5e2fb4a3ed (diff) | |
download | busybox-w32-1_14_4.tar.gz busybox-w32-1_14_4.tar.bz2 busybox-w32-1_14_4.zip |
apply post-1.14.3 fixes; bump version to 1.14.41_14_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 = 14 | 2 | PATCHLEVEL = 14 |
3 | SUBLEVEL = 3 | 3 | SUBLEVEL = 4 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||