diff options
author | 2010-06-02 19:30:10 +0000 | |
---|---|---|
committer | 2010-06-02 19:30:10 +0000 | |
commit | efa9ad63f293bd89a30acd5fd9872ea32a22376d (patch) | |
tree | 4c8a908f411e1c5bba2cfdf641685f7ceda3b4a5 /usr.bin/sudo/config.h | |
parent | check event_dispatch() return value (diff) | |
download | wireguard-openbsd-efa9ad63f293bd89a30acd5fd9872ea32a22376d.tar.xz wireguard-openbsd-efa9ad63f293bd89a30acd5fd9872ea32a22376d.zip |
Update to sudo 1.7.2p7
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 90325266d8f..7bf54b73e27 100644 --- a/usr.bin/sudo/config.h +++ b/usr.bin/sudo/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.18 2010/04/13 23:22:01 millert Exp $ */ +/* $OpenBSD: config.h,v 1.19 2010/06/02 19:30:10 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.2p6" +#define PACKAGE_STRING "sudo 1.7.2p7" #define PACKAGE_TARNAME "sudo" -#define PACKAGE_VERSION "1.7.2p6" +#define PACKAGE_VERSION "1.7.2p7" #define HAVE_ASPRINTF 1 #define HAVE_BSD_AUTH_H 1 |