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

Diff for /src/usr.bin/sudo/Attic/version.h between version 1.13 and 1.14

version 1.13, 2002/01/16 18:09:13 version 1.14, 2002/01/17 01:03:21
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1996, 1998-2000 Todd C. Miller <Todd.Miller@courtesan.com>   * Copyright (c) 1996, 1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 31 
Line 31 
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *   *
  * $Sudo: version.h,v 1.59 2000/08/13 21:10:00 millert Exp $   * $Sudo: version.h,v 1.60 2002/01/16 21:26:27 millert Exp $
  */   */
   
 #ifndef _SUDO_VERSION_H  #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H  #define _SUDO_VERSION_H
   
 static const char version[] = "1.6.4p2";  static const char version[] = "1.6.5";
   
 #endif /* _SUDO_VERSION_H */  #endif /* _SUDO_VERSION_H */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14