From: Todd C. Miller Date: Wed, 2 Apr 2003 18:45:35 +0000 (+0000) Subject: ++version X-Git-Tag: SUDO_1_6_8~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cb95ca0bccd4660e984dc7615d9977331eac413;p=sudo ++version --- diff --git a/CHANGES b/CHANGES index cb2257009..e9f33c597 100644 --- a/CHANGES +++ b/CHANGES @@ -1605,3 +1605,8 @@ Sudo 1.6.7 released. 503) Fixed false positives in the overflow detection of expand_prompt(). Sudo 1.6.7p1 released. + +504) BSD-style warn/err functions are used throughout. + +505) The krb5-config script is used to determine Kerberos V CPPFLAGS + and LDFLAGS/LIBS if it exists. diff --git a/version.h b/version.h index 980c05032..bad8f6875 100644 --- a/version.h +++ b/version.h @@ -37,6 +37,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.7"; +static const char version[] = "1.6.8"; #endif /* _SUDO_VERSION_H */