document distributed with 4.2BSD
[unix-history] / usr / src / usr.bin / mail / version.c
CommitLineData
761330fe
DF
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 */
6
7#ifndef lint
2fd8b883 8static char *sccsid = "@(#)version.c 5.2 (Berkeley) %G%";
761330fe
DF
9#endif not lint
10
9c75e27e
KS
11/*
12 * Just keep track of the date/sid of this version of Mail.
bf8ab50b 13 * Load this file first to get a "total" Mail version.
9c75e27e 14 */
2fd8b883
KM
15static char *SccsID = "@(#)UCB Mail Version 5.2 (%G%)";
16char *version = "5.2 %G%";