[BACK]Return to version.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/version.c between version 1.4 and 1.5

version 1.4, 2001/01/16 05:36:09 version 1.5, 2001/11/21 15:26:39
Line 36 
Line 36 
   
 #ifndef lint  #ifndef lint
 #if 0  #if 0
 static char sccsid[] = "@(#)version.c   8.1 (Berkeley) 6/6/93";  static const char sccsid[] = "@(#)version.c     8.1 (Berkeley) 6/6/93";
 #else  #else
 static char rcsid[] = "$OpenBSD$";  static const char rcsid[] = "$OpenBSD$";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   
Line 46 
Line 46 
  * Just keep track of the date/sid of this version of Mail.   * Just keep track of the date/sid of this version of Mail.
  * Load this file first to get a "total" Mail version.   * Load this file first to get a "total" Mail version.
  */   */
 char    *version = "8.1.2 01/15/2001";  const char version[] = "8.1.2 01/15/2001";

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5