diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2010-07-08 21:11:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2010-07-08 21:11:32 +0000 |
commit | 46eb6ffee77064eacf6028f364164f7d8032fe52 (patch) | |
tree | 1e1f6438018b04e58fdd9391d3c942a158893f06 /usr.bin/sudo/config.h | |
parent | dd962e3f38e19806f683e5169e01253927248af4 (diff) |
Update sudo to version 1.7.2p8
Diffstat (limited to 'usr.bin/sudo/config.h')
-rw-r--r-- | usr.bin/sudo/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sudo/config.h b/usr.bin/sudo/config.h index 7bf54b73e27..4ddbbc500f3 100644 --- a/usr.bin/sudo/config.h +++ b/usr.bin/sudo/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.19 2010/06/02 19:30:10 millert Exp $ */ +/* $OpenBSD: config.h,v 1.20 2010/07/08 21:11:31 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H @@ -10,9 +10,9 @@ #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/" #define PACKAGE_NAME "sudo" -#define PACKAGE_STRING "sudo 1.7.2p7" +#define PACKAGE_STRING "sudo 1.7.2p8" #define PACKAGE_TARNAME "sudo" -#define PACKAGE_VERSION "1.7.2p7" +#define PACKAGE_VERSION "1.7.2p8" #define HAVE_ASPRINTF 1 #define HAVE_BSD_AUTH_H 1 |