X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckcmai.c;h=c245aa2ce599ef16b028f66306f7b1d9a350daea;hb=e21690e3e5b8ec21dff7fd0cd52d82e7074a9010;hp=6c3142159d1804f0f146e45ae2e43f178b4aebd3;hpb=cc9408cfae863f0f6c1419f98953734eb3d61a99;p=ckermit.git diff --git a/ckcmai.c b/ckcmai.c index 6c31421..c245aa2 100644 --- a/ckcmai.c +++ b/ckcmai.c @@ -1,6 +1,6 @@ -#define EDITDATE "30 Jun 2011" /* Last edit date dd mmm yyyy */ -#define EDITNDATE "20110630" /* 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 */ @@ -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.300"; +static char sccsid[] = "@(#)C-Kermit 9.0.302"; #endif /* UNIX */ /* @@ -78,8 +78,8 @@ static char sccsid[] = "@(#)C-Kermit 9.0.300"; for future releases. */ -char *ck_s_ver = "9.0.300"; /* C-Kermit version string */ -long ck_l_ver = 900300L; /* 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 */ @@ -113,7 +113,7 @@ char *ck_s_name = "C-Kermit"; #endif /* OS2 */ char *ck_s_who = ""; /* Where customized, "" = not. */ -char *ck_patch = ""; /* Patch info, if any. */ +char *ck_patch = "1"; /* Patch info, if any. */ #define CKVERLEN 128 char versiox[CKVERLEN]; /* Version string buffer */ @@ -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.", " ",