xref: /csrg-svn/contrib/sc/version.c (revision 45335)
1*45335Sbostic /*
2*45335Sbostic  * CODE REVISION NUMBER:
3*45335Sbostic  *
4*45335Sbostic  * The part after the first colon, except the last char, appears on the screen.
5*45335Sbostic  */
6*45335Sbostic 
7*45335Sbostic char *rev = "$Revision: 6.8 $";
8