[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.10 and 1.10.4.1

version 1.10, 2001/03/02 14:39:44 version 1.10.4.1, 2002/01/18 16:14:46
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.58 2000/02/16 00:07:28 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.3p7";  static const char version[] = "1.6.5p1";
   
 #endif /* _SUDO_VERSION_H */  #endif /* _SUDO_VERSION_H */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.4.1