1*22718Sdist /*
2*22718Sdist **  Sendmail
3*22718Sdist **  Copyright (c) 1983  Eric P. Allman
4*22718Sdist **  Berkeley, California
5*22718Sdist **
6*22718Sdist **  Copyright (c) 1983 Regents of the University of California.
7*22718Sdist **  All rights reserved.  The Berkeley software License Agreement
8*22718Sdist **  specifies the terms and conditions for redistribution.
9*22718Sdist */
103383Seric 
11*22718Sdist #ifndef lint
12*22718Sdist static char	SccsId[] = "@(#)version.c	5.1 (Berkeley) 06/07/85";
13*22718Sdist #endif not lint
14*22718Sdist 
15*22718Sdist char	Version[] = "5.1";
16