4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / mail / version.c
index d2012ab..b8951af 100644 (file)
@@ -1,6 +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.
  * Load this file first to get a "total" Mail version.
  */
 /*
  * Just keep track of the date/sid of this version of Mail.
  * Load this file first to get a "total" Mail version.
  */
-static char    *SccsID = "@(#)UCB Mail Version 2.8 (%G%)";
-char   *version = "2.8 %G%";
+char   *version = "8.1 %G%";