Bump version to 1.19.0, update copyright year in help message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2969e24e2a
commit
d84b175cb6
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
VERSION = 1
|
VERSION = 1
|
||||||
PATCHLEVEL = 19
|
PATCHLEVEL = 19
|
||||||
SUBLEVEL = 0
|
SUBLEVEL = 0
|
||||||
EXTRAVERSION = .git
|
EXTRAVERSION =
|
||||||
NAME = Unnamed
|
NAME = Unnamed
|
||||||
|
|
||||||
# *DOCUMENTATION*
|
# *DOCUMENTATION*
|
||||||
|
@ -627,7 +627,7 @@ static int busybox_main(char **argv)
|
|||||||
full_write2_str(bb_banner); /* reuse const string */
|
full_write2_str(bb_banner); /* reuse const string */
|
||||||
full_write2_str(" multi-call binary.\n"); /* reuse */
|
full_write2_str(" multi-call binary.\n"); /* reuse */
|
||||||
full_write2_str(
|
full_write2_str(
|
||||||
"Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko\n"
|
"Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko\n"
|
||||||
"and others. Licensed under GPLv2.\n"
|
"and others. Licensed under GPLv2.\n"
|
||||||
"See source distribution for full notice.\n"
|
"See source distribution for full notice.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user