diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-22 03:10:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-22 03:10:21 +0200 |
commit | 9ca56f9621d9e7265699997d90902fcaf6ed5aad (patch) | |
tree | f7b9146e821afa66b3499b305ae33f779a65948b /Makefile | |
parent | c3b34d8b39cae35fec8c6fb644d90dc80e574236 (diff) | |
download | busybox-9ca56f9621d9e7265699997d90902fcaf6ed5aad.tar.gz |
Start 1.26.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VERSION = 1 -PATCHLEVEL = 25 +PATCHLEVEL = 26 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = .git NAME = Unnamed # *DOCUMENTATION* |