diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-07-29 22:51:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-07-29 22:51:13 +0000 |
commit | 74060e98a8b7eecce57fa84ba1f120849102bd96 (patch) | |
tree | 50a2c079eb3fd056433ffc7b2d08429a710bf45c /usr.bin/sudo/version.h | |
parent | ae6ad50eda19608f882192d3957502b71845f9ea (diff) |
Update to sudo 1.6.9p2
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 10c16f23117..6610b30d498 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.9p1"; +static const char version[] = "1.6.9p2"; #endif /* _SUDO_VERSION_H */ |