=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/version.h,v retrieving revision 1.43 retrieving revision 1.44 diff -c -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 **** /* ! * Copyright (c) 1996, 1998-2005 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 --- 1,6 ---- /* ! * 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,28 **** * 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 $ */ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H ! static const char version[] = "1.6.9p17"; #endif /* _SUDO_VERSION_H */ --- 18,29 ---- * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F39502-99-1-0512. * ! * $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.7.0"; #endif /* _SUDO_VERSION_H */