diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-16 18:09:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-16 18:09:14 +0000 |
commit | 974d053d7d6dc166e24f5feca3c0ceb85e6b6429 (patch) | |
tree | b73b659f3b57b58ae8e05cfb90040cd1c24fdd0f /usr.bin/sudo/version.h | |
parent | 3a5832d5aa39da12b1555cc9cdcaf4d2f7a97ded (diff) |
update to sudo 1.6.4p2
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 336397a3f5e..6170c56ab52 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.4p1"; +static const char version[] = "1.6.4p2"; #endif /* _SUDO_VERSION_H */ |