From bfe44ec2a87d9711a6d8f2dca260306639f50c2d Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 18 Sep 1989 09:24:26 +0000 Subject: Initial revision --- server/version.c | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 server/version.c (limited to 'server/version.c') diff --git a/server/version.c b/server/version.c new file mode 100644 index 0000000..398709c --- /dev/null +++ b/server/version.c @@ -0,0 +1,31 @@ +/* This file is part of the Project Athena Zephyr Notification System. + * It contains the version identification of the Zephyr server + * + * Created by: John T. Kohl + * + * $Source$ + * $Author$ + * + * Copyright (c) 1989 by the Massachusetts Institute of Technology. + * For copying and distribution information, see the file + * "mit-copyright.h". + */ + +#include + +#ifdef DEBUG +char version[] = "Zephyr Server (DEBUG) 3.11"; +#else +char version[] = "Zephyr Server 3.11"; +#endif DEBUG +#ifndef lint +#ifndef SABER +static char rcsid_main_c[] = "$Id$"; +char copyright[] = "Copyright (c) 1987,1988,1989 Massachusetts Institute of Technology.\n"; +#ifdef CONCURRENT +char concurrent[] = "Brain-dump concurrency enabled"; +#else +char concurrent[] = "no brain-dump concurrency"; +#endif CONCURRENT +#endif SABER +#endif lint -- cgit v1.2.3