diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-10-25 10:45:05 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-10-25 10:45:05 +0200 |
commit | bd754746394a382e04d116df02547f61b2026da9 (patch) | |
tree | 837f91008aff763457297e07265e163223ed7503 | |
parent | ebc1c38a9295228b35c99e03c2377c717703469e (diff) | |
download | busybox-w32-1_31_1.tar.gz busybox-w32-1_31_1.tar.bz2 busybox-w32-1_31_1.zip |
Bump version to 1.31.11_31_1
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 = 31 | 2 | PATCHLEVEL = 31 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 1 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||