diff options
Diffstat (limited to 'usr.bin/sudo/version.h')
-rw-r--r-- | usr.bin/sudo/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sudo/version.h b/usr.bin/sudo/version.h index 07475e22bf4..1fac06c59ee 100644 --- a/usr.bin/sudo/version.h +++ b/usr.bin/sudo/version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1996, 1998-2000 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -31,12 +31,12 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Sudo: version.h,v 1.55 1999/12/05 02:18:47 millert Exp $ + * $Sudo: version.h,v 1.57 2000/01/17 23:46:26 millert Exp $ */ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.1"; +static const char version[] = "1.6.2"; #endif /* _SUDO_VERSION_H */ |