aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2024-09-26 23:33:06 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2024-09-26 23:33:06 +0200
commita023f392655d55e6e5042fedc57b89a89bf8abd4 (patch)
tree6385540a64f833d685cdda38cfbd6e4b967de3fe
parentbe7d1b7b1701d225379bc1665487ed0871b592a5 (diff)
downloadbusybox-w32-a023f392655d55e6e5042fedc57b89a89bf8abd4.tar.gz
busybox-w32-a023f392655d55e6e5042fedc57b89a89bf8abd4.tar.bz2
busybox-w32-a023f392655d55e6e5042fedc57b89a89bf8abd4.zip
Start 1.38.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 1ec8ac3fd..9550c391a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 37 2PATCHLEVEL = 38
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = 4EXTRAVERSION = .git
5NAME = Unnamed 5NAME = Unnamed
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*