diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-15 02:17:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-15 02:17:04 +0000 |
commit | e07fc170a6888658267372d08d1a11076b151fa9 (patch) | |
tree | ddb703c34731812c7597ec51c7d51a28e64bba03 /usr.bin/sudo/version.h | |
parent | 1fc9a892e88a895af7c0083c065b31ec9dcf97e2 (diff) |
update to sudo 1.6.4p1
Diffstat (limited to 'usr.bin/sudo/version.h')
-rw-r--r-- | usr.bin/sudo/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/version.h b/usr.bin/sudo/version.h index 3a6edd185c5..336397a3f5e 100644 --- a/usr.bin/sudo/version.h +++ b/usr.bin/sudo/version.h @@ -37,6 +37,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.4"; +static const char version[] = "1.6.4p1"; #endif /* _SUDO_VERSION_H */ |