=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/version.h,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- src/usr.bin/sudo/Attic/version.h 2008/07/31 16:44:04 1.43 +++ src/usr.bin/sudo/Attic/version.h 2008/11/14 11:58:08 1.44 @@ -1,5 +1,6 @@ /* - * Copyright (c) 1996, 1998-2005 Todd C. Miller + * Copyright (c) 1996, 1998-2005, 2008 + * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,12 +18,12 @@ * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F39502-99-1-0512. * - * $Sudo: version.h,v 1.66.2.20 2008/06/22 20:29:03 millert Exp $ + * $Sudo: version.h,v 1.71 2008/11/09 14:13:12 millert Exp $ */ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.9p17"; +static const char version[] = "1.7.0"; #endif /* _SUDO_VERSION_H */