summaryrefslogtreecommitdiff
path: root/server/main.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1987-11-15 18:52:38 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1987-11-15 18:52:38 +0000
commit161afb75a6195fdf18941191a8af107bc649ae1b (patch)
treea49f1b47871f1c10e54131fa9da4c3bb7a0a8f0f /server/main.c
parent40f07c41fb09150d3e974331a64ab6373a13f04e (diff)
increment version number
Diffstat (limited to 'server/main.c')
-rw-r--r--server/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/main.c b/server/main.c
index f757639..d23826c 100644
--- a/server/main.c
+++ b/server/main.c
@@ -20,9 +20,9 @@ char copyright[] = "Copyright (c) 1987 Massachusetts Institute of Technology.\nP
#endif SABER
#endif lint
#ifdef DEBUG
-char version[] = "Zephyr Server (DEBUG) 1.3";
+char version[] = "Zephyr Server (DEBUG) 2.0EXL";
#else
-char version[] = "Zephyr Server 1.3";
+char version[] = "Zephyr Server 2.0EXL";
#endif DEBUG
/*
* Server loop for Zephyr.
@@ -87,7 +87,7 @@ int srv_socket; /* dgram socket for clients
int bdump_socket = 0; /* brain dump socket
(closed most of the time) */
fd_set interesting; /* the file descrips we are listening
- to right now */
+ to right now */
int nfildes; /* number to look at in select() */
struct sockaddr_in sock_sin; /* address of the socket */
struct sockaddr_in bdump_sin; /* addr of brain dump socket */