diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-25 15:49:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-25 15:49:04 +0000 |
commit | 0177f1e0d7b791817d4c6fb1b8ffe7688d7b2cc0 (patch) | |
tree | 7598f930b890058cc6e75258a56f434e6bcbe74a /usr.bin/sudo/version.h | |
parent | 14b8b5d2aa7b438deeec468009118f4478d90116 (diff) |
Update to sudo 1.6.6
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 2fac13fdf7d..bc7b7c6a4d0 100644 --- a/usr.bin/sudo/version.h +++ b/usr.bin/sudo/version.h @@ -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.60 2002/01/16 21:26:27 millert Exp $ + * $Sudo: version.h,v 1.61 2002/04/18 15:41:30 millert Exp $ */ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.5p2"; +static const char version[] = "1.6.6"; #endif /* _SUDO_VERSION_H */ |