++version

This commit is contained in:
Todd C. Miller
2003-04-02 18:45:35 +00:00
parent 539a65cdec
commit 6cb95ca0bc
2 changed files with 6 additions and 1 deletions

View File

@@ -1605,3 +1605,8 @@ Sudo 1.6.7 released.
503) Fixed false positives in the overflow detection of expand_prompt(). 503) Fixed false positives in the overflow detection of expand_prompt().
Sudo 1.6.7p1 released. 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.

View File

@@ -37,6 +37,6 @@
#ifndef _SUDO_VERSION_H #ifndef _SUDO_VERSION_H
#define _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 */ #endif /* _SUDO_VERSION_H */