diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-10-25 16:08:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-10-25 16:08:13 +0000 |
commit | 491bdc51e07a5f6f526c9e49a85c29736a4e10c9 (patch) | |
tree | 7ce387c50ef40cbabe0f4e2575ff2c062f529b29 /usr.bin/sudo/version.h | |
parent | 574e7dd73c2d47edb0d46658ea7bcb14a8ae1f21 (diff) |
Update to sudo 1.6.9p7
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 0d55e99f169..a069cfb20ad 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.9 2007/10/09 13:29:20 millert Exp $ + * $Sudo: version.h,v 1.66.2.10 2007/10/25 15:52:03 millert Exp $ */ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.9p6"; +static const char version[] = "1.6.9p7"; #endif /* _SUDO_VERSION_H */ |