summaryrefslogtreecommitdiff
path: root/server/main.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-02-05 19:11:28 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-02-05 19:11:28 +0000
commit30244dfe4bcc699e9a0774e3226a14334fd95372 (patch)
treedf3f078c34d30022f7089137a7b6cb183da042db /server/main.c
parent729976f3b548fe26f997c0c8bfccdad76e8d65ad (diff)
increment version number
Diffstat (limited to 'server/main.c')
-rw-r--r--server/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/main.c b/server/main.c
index bb03bb8..91331d1 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) 2.5EXL2";
+char version[] = "Zephyr Server (DEBUG) 2.5";
#else
-char version[] = "Zephyr Server 2.5EXL2";
+char version[] = "Zephyr Server 2.5";
#endif DEBUG
#ifdef CONCURRENT
char concurrent[] = "Brain-dump concurrency enabled";