diff options
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 4394ff199a9..a51e62a4f0d 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.14 2008/01/05 23:31:52 millert Exp $ + * $Sudo: version.h,v 1.66.2.15 2008/01/14 12:22:57 millert Exp $ */ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.9p11"; +static const char version[] = "1.6.9p12"; #endif /* _SUDO_VERSION_H */ |