4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / mail / version.c
index 87315a3..b8951af 100644 (file)
@@ -1,4 +1,16 @@
+/*
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)version.c  8.1 (Berkeley) %G%";
+#endif /* not lint */
+
 /*
  * Just keep track of the date/sid of this version of Mail.
 /*
  * Just keep track of the date/sid of this version of Mail.
+ * Load this file first to get a "total" Mail version.
  */
  */
-char   *version = "2.2 %G%";
+char   *version = "8.1 %G%";