From bf9084c0a57a64043a1a04528e761a1e77173778 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 9 Apr 1998 02:22:27 +0000 Subject: [PATCH] Wed Apr 8 19:21:42 1998 Jason Molenda (crash@bugshack.cygnus.com) * top.c (print_gdb_version): Print 1998 now. --- gdb/ChangeLog | 4 ++++ gdb/top.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ac8b1dc6c6..f4ecc103809 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 8 19:21:42 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * top.c (print_gdb_version): Print 1998 now. + Wed Apr 8 16:57:22 1998 Philippe De Muyter * source.c: Remove obsolete decl of strstr(). diff --git a/gdb/top.c b/gdb/top.c index 544f09e15af..100b8fc0dad 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1,5 +1,5 @@ /* Top level stuff for GDB, the GNU debugger. - Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 1997 + Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. This file is part of GDB. @@ -2813,7 +2813,7 @@ print_gdb_version (stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright 1997 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright 1998 Free Software Foundation, Inc.\n"); /* Following the copyright is a brief statement that the program is free software, that users are free to copy and change it on -- 2.30.2