X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckcmai.c;h=a5640e5115840a88651131db3d2e6439dbde7204;hb=f8f3c6ea3c71351899c834c2d2a821ee20f62aaf;hp=d5725e3bcac98a3a4b52320a96ee0b52a72eae7e;hpb=271d5ce46cc30e7e2a108b795589c1a4949bf02b;p=ckermit.git diff --git a/ckcmai.c b/ckcmai.c index d5725e3..a5640e5 100644 --- a/ckcmai.c +++ b/ckcmai.c @@ -1,6 +1,6 @@ -#define EDITDATE "6 Jul 2011" /* Last edit date dd mmm yyyy */ -#define EDITNDATE "20110706" /* Keep them in sync */ -/* Tue Jun 28 16:54:15 2011 */ +#define EDITDATE "20 Aug 2011" /* Last edit date dd mmm yyyy */ +#define EDITNDATE "20110820" /* Keep them in sync */ +/* Sat Aug 20 17:20:17 2011 */ /* ckcmai.c - Main program for C-Kermit plus some miscellaneous functions */ @@ -40,8 +40,8 @@ char * ck_cryear = "2011"; /* C-Kermit copyright year */ #ifndef BETATEST #ifndef OS2 /* UNIX, VMS, etc... (i.e. C-Kermit) */ -char *ck_s_test = "Beta"; /* "Dev","Alpha","Beta","RC", or "" */ -char *ck_s_tver = "01"; /* Test version number or "" */ +char *ck_s_test = ""; /* "Dev","Alpha","Beta","RC", or "" */ +char *ck_s_tver = ""; /* Test version number or "" */ #else /* OS2 */ char *ck_s_test = ""; /* (i.e. K95) */ char *ck_s_tver = ""; @@ -64,7 +64,7 @@ char *ck_s_date = EDITDATE; /* See top */ char *buildid = EDITNDATE; /* See top */ #ifdef UNIX -static char sccsid[] = "@(#)C-Kermit 9.0.301"; +static char sccsid[] = "@(#)C-Kermit 9.0.302"; #endif /* UNIX */ /* @@ -78,8 +78,8 @@ static char sccsid[] = "@(#)C-Kermit 9.0.301"; for future releases. */ -char *ck_s_ver = "9.0.301"; /* C-Kermit version string */ -long ck_l_ver = 900301L; /* C-Kermit version number */ +char *ck_s_ver = "9.0.302"; /* C-Kermit version string */ +long ck_l_ver = 900302L; /* C-Kermit version number */ #ifdef OS2 char *ck_s_xver = "3.0.0"; /* Product-specific version string */ @@ -168,7 +168,7 @@ char *copyright[] = { " the documentation and/or other materials provided with the", " distribution.", " ", -" + Neither the name of the nor the names of its", +" + Neither the name of Columbia University nor the names of its", " contributors may be used to endorse or promote products derived", " from this software without specific prior written permission.", " ",