18 lines
347 B
C
18 lines
347 B
C
|
|
/*
|
|
* named
|
|
*
|
|
* Copyright (c) 1986 Regents of the University of California.
|
|
* All rights reserved. The Berkeley software License Agreement
|
|
* specifies the terms and conditions for redistribution.
|
|
*/
|
|
|
|
|
|
|
|
#ifndef lint
|
|
static char sccsid[] = "@(#)version.c 1.1 94/10/31 SMI"; /* from UCB 4.8 2/28/88 */
|
|
#endif
|
|
|
|
char Version[] = "SMI 4.1";
|
|
|