diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-09-30 22:27:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-09-30 22:27:55 +0200 |
commit | 0cf9e105e6f6f411595ac1ec29fe9be79a3f5cf4 (patch) | |
tree | 3509704ad970eea4588c6f6ca6b93ed0d65bed06 | |
parent | 0e0dd2149709217561d54b006c5383e087777cb4 (diff) | |
download | busybox-w32-1_34_1.tar.gz busybox-w32-1_34_1.tar.bz2 busybox-w32-1_34_1.zip |
Bump version to 1.34.11_34_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 = 34 | 2 | PATCHLEVEL = 34 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 1 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||