diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-19 22:00:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-19 22:00:09 +0000 |
commit | 2e5c48261179adc15f565023a7520fd314ac0588 (patch) | |
tree | 5b8882d626a630d3457372745daa74e93c2a3e96 /usr.bin/sudo/version.h | |
parent | 47adb4253e32a37f97b1b4a936ecc670f80c74f1 (diff) |
Update to sudo 1.6.8p9
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 634ef596736..12c46a2311a 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.8p8"; +static const char version[] = "1.6.8p9"; #endif /* _SUDO_VERSION_H */ |