aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-30 16:32:00 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-30 16:32:00 +0100
commit29bc59312f92623dad8b2273f0814f9cb09515a5 (patch)
tree6e3a9befd1a7d56dff95e75f89d9fc59530c1b16
parentef800e5441185585986f9b7aaf39010a926fbd5f (diff)
downloadbusybox-w32-29bc59312f92623dad8b2273f0814f9cb09515a5.tar.gz
busybox-w32-29bc59312f92623dad8b2273f0814f9cb09515a5.tar.bz2
busybox-w32-29bc59312f92623dad8b2273f0814f9cb09515a5.zip
Start 1.31.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 b411524c1..6fedcffba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 30 2PATCHLEVEL = 31
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = 4EXTRAVERSION = .git
5NAME = Unnamed 5NAME = Unnamed
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*