Bump version to 1.19.0, update copyright year in help message 1_19_0
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 13 Aug 2011 06:46:00 +0000 (08:46 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 13 Aug 2011 06:46:00 +0000 (08:46 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Makefile
libbb/appletlib.c

index 0fb3d4c72856f03ae857ccfcc617b8fe6eb10e92..7a1abda1b3358e1c400635fcba8d9e2b57bd9c59 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 1
 PATCHLEVEL = 19
 SUBLEVEL = 0
-EXTRAVERSION = .git
+EXTRAVERSION =
 NAME = Unnamed
 
 # *DOCUMENTATION*
index 1bc45c4917cb21b8f8189a91392b54e76f8c600b..8157b4f4201808f186aac7d4b8858943ef557953 100644 (file)
@@ -627,7 +627,7 @@ static int busybox_main(char **argv)
                full_write2_str(bb_banner); /* reuse const string */
                full_write2_str(" multi-call binary.\n"); /* reuse */
                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"
                        "See source distribution for full notice.\n"
                        "\n"