From: Todd C. Miller Date: Fri, 18 Nov 2011 17:02:43 +0000 (-0500) Subject: Bump grammar version for #include and #includedir relative path support. X-Git-Tag: SUDO_1_8_4~147^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea2a7b48b160bd340529801f33be996c79d9dbf1;p=sudo Bump grammar version for #include and #includedir relative path support. --- diff --git a/plugins/sudoers/sudoers_version.h b/plugins/sudoers/sudoers_version.h index 3593d291e..346ace646 100644 --- a/plugins/sudoers/sudoers_version.h +++ b/plugins/sudoers/sudoers_version.h @@ -43,11 +43,12 @@ * 38 sudo 1.7.4, added LOG_INPUT/LOG_OUTPUT and NOLOG_INPUT/NOLOG_OUTPUT tags * 39 sudo 1.7.6/1.8.1, White space is now permitted within a User_List in a per-user Defaults definition. * 40 sudo 1.7.6/1.8.1, A group ID is now allowed in a User_List or Runas_List. + * 41 sudo 1.7.6/1.8.4, Support for relative paths in #include and #includedir */ #ifndef _SUDOERS_VERSION_H #define _SUDOERS_VERSION_H -#define SUDOERS_GRAMMAR_VERSION 40 +#define SUDOERS_GRAMMAR_VERSION 41 #endif /* _SUDOERS_VERSION_H */