aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-01-03 15:32:00 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2023-01-03 15:32:00 +0100
commitb1884deb514c35289d37e7bfbf23f770b0bd09b3 (patch)
tree84f9da7e0cfadba1021d4756af31eb6af8526a0c
parent70f77e4617e06077231b8b63c3fb3406d7f8865d (diff)
downloadbusybox-w32-b1884deb514c35289d37e7bfbf23f770b0bd09b3.tar.gz
busybox-w32-b1884deb514c35289d37e7bfbf23f770b0bd09b3.tar.bz2
busybox-w32-b1884deb514c35289d37e7bfbf23f770b0bd09b3.zip
Start 1.37.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 503af6941..7b4686fc8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 36 2PATCHLEVEL = 37
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = 4EXTRAVERSION = .git
5NAME = Unnamed 5NAME = Unnamed
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*