Imported Upstream version 302
[ckermit.git] / ckcmai.c
index 065fb67..a5640e5 100644 (file)
--- a/ckcmai.c
+++ b/ckcmai.c
@@ -1,6 +1,6 @@
-#define EDITDATE  "11 Jul 2011"                /* Last edit date dd mmm yyyy */
-#define EDITNDATE "20110711"           /* Keep them in sync */
-/* Mon Jul 11 09:23:48 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.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 <ORGANIZATION> 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.",
 " ",