1
0
Files
irix-657m-src/eoe/cmd/Mail/version.c
2022-09-29 17:59:04 +03:00

17 lines
498 B
C

/*
* Copyright (c) 1980 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 5.2 (Berkeley) 6/21/85";
#endif /* !lint */
/*
* 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 SGI.920526";
char *version = "SGI.950426";