diff options
author | 2010-02-23 14:43:05 +0000 | |
---|---|---|
committer | 2010-02-23 14:43:05 +0000 | |
commit | 4ed9cb0a494a6183646f85bb7d7e3588614a7756 (patch) | |
tree | b3cae4b740bf340b57b0baf9159fe58ec3d4b769 /usr.bin/sudo/config.h | |
parent | only match on Gdium; ok miod@ (diff) | |
download | wireguard-openbsd-4ed9cb0a494a6183646f85bb7d7e3588614a7756.tar.xz wireguard-openbsd-4ed9cb0a494a6183646f85bb7d7e3588614a7756.zip |
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 |