/* * Copyright (c) 1980 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that this notice is preserved and that due credit is given * to the University of California at Berkeley. The name of the University * may not be used to endorse or promote products derived from this * software without specific prior written permission. This software * is provided ``as is'' without express or implied warranty. */ #ifdef notdef static char sccsid[] = "@(#)version.c 5.3 (Berkeley) 02/18/88"; #endif /* notdef */ /* * 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 5.3 (02/18/88)"; char *version = "5.3 02/18/88";