diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-11-12 16:37:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-11-12 16:37:39 +0000 |
commit | c1174506bc3ee3effa47838f01cc324ed29b6137 (patch) | |
tree | 9669dc42302cd425d596aba390cacd0d150cf2ec /usr.bin/sudo/version.h | |
parent | 189d0c72d6db3612d8f2b37d09c9ea3102ae0e2b (diff) |
Update to sudo 1.6.8p2
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 3d8296151cc..297445344ba 100644 --- a/usr.bin/sudo/version.h +++ b/usr.bin/sudo/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.8p1"; +static const char version[] = "1.6.8p2"; #endif /* _SUDO_VERSION_H */ |