diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-31 21:13:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-31 21:13:44 +0000 |
commit | d13083293897f80c386b0187d1fb8a4bb91356a8 (patch) | |
tree | f9cf63a12fa16b766cc5d32f970484e942d8dba3 /usr.bin/sudo/version.h | |
parent | c938b134616db1afd547243bd5c695c1d24be650 (diff) |
update to sudo 1.6.8p8
Diffstat (limited to 'usr.bin/sudo/version.h')
-rw-r--r-- | usr.bin/sudo/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/version.h b/usr.bin/sudo/version.h index 9ac1b0773c7..634ef596736 100644 --- a/usr.bin/sudo/version.h +++ b/usr.bin/sudo/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.8p6"; +static const char version[] = "1.6.8p8"; #endif /* _SUDO_VERSION_H */ |