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:
Denys Vlasenko 2011-08-13 08:46:00 +02:00
parent 2969e24e2a
commit d84b175cb6
2 changed files with 2 additions and 2 deletions

View File

@ -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*

View File

@ -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"