xref: /csrg-svn/libexec/ftpd/vers.c (revision 43765)
1*43765Sbostic /*-
2*43765Sbostic  * Copyright (c) 1990 The Regents of the University of California.
3*43765Sbostic  * All rights reserved.
4*43765Sbostic  *
5*43765Sbostic  * %sccs.include.redist.c%
6*43765Sbostic  */
7*43765Sbostic 
8*43765Sbostic #ifndef lint
9*43765Sbostic static char sccsid[] = "@(#)vers.c	5.1 (Berkeley) 06/24/90";
10*43765Sbostic #endif /* not lint */
11*43765Sbostic 
12*43765Sbostic char version[] = "Version 5.60";
13