From 089383ba6b1ac8489639d466f2ea892614df0c4f Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sun, 30 Mar 2003 23:04:17 +0000 Subject: [PATCH] update copyright notice since it we are now almost 4 months into 2003 --- source/include/version.h | 2 +- source/nmbd/nmbd.c | 2 +- source/smbd/server.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/include/version.h b/source/include/version.h index b0f6d08e3d1..ed4d2a151a3 100644 --- a/source/include/version.h +++ b/source/include/version.h @@ -1 +1 @@ -#define VERSION "2.2.8pre3" +#define VERSION "2.2.9pre1" diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c index 2ff522f5016..1c435c106f2 100644 --- a/source/nmbd/nmbd.c +++ b/source/nmbd/nmbd.c @@ -793,7 +793,7 @@ static void usage(char *pname) reopen_logs(); DEBUG( 0, ( "Netbios nameserver version %s started.\n", VERSION ) ); - DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2002\n" ) ); + DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2003\n" ) ); if ( !reload_nmbd_services(False) ) return(-1); diff --git a/source/smbd/server.c b/source/smbd/server.c index d7e958981b8..01b5709f55b 100644 --- a/source/smbd/server.c +++ b/source/smbd/server.c @@ -789,7 +789,7 @@ static void usage(char *pname) reopen_logs(); DEBUG(0,( "smbd version %s started.\n", VERSION)); - DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2002\n")); + DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2003\n")); DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n", (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid())); -- 2.11.4.GIT