diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-08 03:06:39 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-08 03:06:39 +0200 |
commit | 6f01ccffc2bed8caa4cb31023f35061eb683a9c3 (patch) | |
tree | 42228b13e4445c79ffc34f62e3208fd72eedba03 | |
parent | 4ac9819263114edb9b5b638ffa6d2e41a4bb46e7 (diff) | |
download | busybox-w32-6f01ccffc2bed8caa4cb31023f35061eb683a9c3.tar.gz busybox-w32-6f01ccffc2bed8caa4cb31023f35061eb683a9c3.tar.bz2 busybox-w32-6f01ccffc2bed8caa4cb31023f35061eb683a9c3.zip |
bump version to 1.15.2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | VERSION = 1 | 1 | VERSION = 1 |
2 | PATCHLEVEL = 15 | 2 | PATCHLEVEL = 15 |
3 | SUBLEVEL = 1 | 3 | SUBLEVEL = 2 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||