diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-27 18:07:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-27 18:07:29 +0200 |
commit | e6f6d829403156797fabc4690d497fdf7cd6f7d1 (patch) | |
tree | d2118b46c4bfca2ae806f24d28046eda9190eab5 /Makefile | |
parent | 20cc390b9bb33cd0ab05c8bbfcd24babad7ec204 (diff) | |
download | busybox-w32-1_14_1.tar.gz busybox-w32-1_14_1.tar.bz2 busybox-w32-1_14_1.zip |
hush: more fixes from trunk; bump version to 1.14.11_14_1
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 = 0 | 3 | SUBLEVEL = 1 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||