* This is gonna be 2.13
authorArt Cancro <ajc@citadel.org>
Tue, 3 Oct 2000 16:43:09 +0000 (16:43 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 3 Oct 2000 16:43:09 +0000 (16:43 +0000)
webcit/README.txt
webcit/webcit.h

index d914c98af1eede440980829feeb2003e8f0c5f51..875c627444b9a9b6207cbc8a8b956a22e4e59c19 100644 (file)
@@ -1,5 +1,5 @@
                       WEBCIT for the Citadel/UX System
-                               version 2.12
+                               version 2.13
  
    Copyright (C) 1996-2000 by Art Cancro, Nathan Bryant, and Nick Grossman
 This program is free software released under the terms of the GNU General
@@ -108,5 +108,5 @@ ones which you may be interested in are:
  That's all you need to know to get started.  If you have any questions or
 comments, please visit UNCENSORED! BBS, the home of Citadel/UX, at one of the
 following locations:
-                       via Internet:   uncnsrd.mt-kisco.ny.us
+                       via Internet:   uncensored.citadel.org
                        modem dialup:   914-244-3252
index 7c7d0b033be4c2fb540f7b38480a30db3d0a4a8b..32354f435e4068b3a8823203020aa1a54365b387 100644 (file)
@@ -5,10 +5,10 @@
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */
 #define PORT_NUM               2000            /* port number to listen on */
-#define SERVER                 "WebCit v2.12"  /* who's in da house */
+#define SERVER                 "WebCit v2.13"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         212
+#define CLIENT_VERSION         213
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */