diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2008-01-07 14:10:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2008-01-07 14:10:09 +0000 |
commit | 60cf1580bd16c58a8c23c32887781a4a24039a8a (patch) | |
tree | 3951f3a8390a6440235344004da5e0dcb7fb618f /usr.bin/sudo/version.h | |
parent | d43baef7aecad5b8a465e8a723b5897ddf157172 (diff) |
Update to sudo 1.6.9p11
Diffstat (limited to 'usr.bin/sudo/version.h')
-rw-r--r-- | usr.bin/sudo/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/version.h b/usr.bin/sudo/version.h index 1c3a4f76d06..4394ff199a9 100644 --- a/usr.bin/sudo/version.h +++ b/usr.bin/sudo/version.h @@ -17,12 +17,12 @@ * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F39502-99-1-0512. * - * $Sudo: version.h,v 1.66.2.13 2007/12/17 19:18:14 millert Exp $ + * $Sudo: version.h,v 1.66.2.14 2008/01/05 23:31:52 millert Exp $ */ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.9p10"; +static const char version[] = "1.6.9p11"; #endif /* _SUDO_VERSION_H */ |