summaryrefslogtreecommitdiff
path: root/server/main.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-07-16 18:09:11 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-07-16 18:09:11 +0000
commitc277a03c9ca48236db04af6cd69a5cbd52a59f6d (patch)
tree0705a7a7de785db71f4b5c5d8879cd73f692aaa3 /server/main.c
parent322873ee2aa6ec68686bf2c2e82ee9b4702f1a3d (diff)
update vno
Diffstat (limited to 'server/main.c')
-rw-r--r--server/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/main.c b/server/main.c
index eb257d0..1e0efdb 100644
--- a/server/main.c
+++ b/server/main.c
@@ -13,6 +13,11 @@
#include <zephyr/mit-copyright.h>
+#ifdef DEBUG
+char version[] = "Zephyr Server (DEBUG) 3.2";
+#else
+char version[] = "Zephyr Server 3.2";
+#endif DEBUG
#ifndef lint
#ifndef SABER
static char rcsid_main_c[] = "$Header$";
@@ -24,11 +29,6 @@ char concurrent[] = "no brain-dump concurrency";
#endif CONCURRENT
#endif SABER
#endif lint
-#ifdef DEBUG
-char version[] = "Zephyr Server (DEBUG) 3.1";
-#else
-char version[] = "Zephyr Server 3.1";
-#endif DEBUG
/*
* Server loop for Zephyr.
*/