diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-05 23:31:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-05 23:31:54 +0000 |
commit | e7fa4316c2bf6f71dd851829824df85eaf17d4bd (patch) | |
tree | 5716ab05c054257d3281bd0f953088b16911cf23 /usr.bin/sudo/version.h | |
parent | 032e3e55c9462a20c0f9af0c4ba6374225707f3c (diff) |
Update to Sudo 1.6.8p7
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 3f06dfbc986..9ac1b0773c7 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.8p5"; +static const char version[] = "1.6.8p6"; #endif /* _SUDO_VERSION_H */ |