diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2010-02-23 14:43:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2010-02-23 14:43:06 +0000 |
commit | c043daee6a25afc940b34eb10ec5b358e7d89627 (patch) | |
tree | f5b313c8c857c938d275dd4d98da4821b433c1e5 /usr.bin/sudo/config.h | |
parent | 412be6f456d61ae769e4206ec1c20fa75d73d61a (diff) |
bump patchlevel
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 a39df114644..c30bc71116b 100644 --- a/usr.bin/sudo/config.h +++ b/usr.bin/sudo/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.15 2010/02/13 14:20:14 millert Exp $ */ +/* $OpenBSD: config.h,v 1.16 2010/02/23 14:43:05 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.2p3" +#define PACKAGE_STRING "sudo 1.7.2p4" #define PACKAGE_TARNAME "sudo" -#define PACKAGE_VERSION "1.7.2p3" +#define PACKAGE_VERSION "1.7.2p4" #define HAVE_ASPRINTF 1 #define HAVE_BSD_AUTH_H 1 |