diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-12-21 01:16:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-12-21 01:16:53 +0000 |
commit | 8b12679a963566c41b82af56575e1e605b61b538 (patch) | |
tree | 04a1fdec37fdc2121c811101035afc6bd2a6b233 /usr.bin/sudo/version.h | |
parent | 37c45720a0f11ffacd68a257970d89db7e2b3f8e (diff) |
update to sudo 1.6.9p10
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 c02a6d99b49..1c3a4f76d06 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.12 2007/12/03 10:34:32 millert Exp $ + * $Sudo: version.h,v 1.66.2.13 2007/12/17 19:18:14 millert Exp $ */ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.9p9"; +static const char version[] = "1.6.9p10"; #endif /* _SUDO_VERSION_H */ |