Bump the sudo plugin minor version.

The "update_ticket" entry was added to the settings list and the
"intercept_verify" entry was added to the command_info list.
This commit is contained in:
Todd C. Miller
2022-08-02 14:28:29 -06:00
parent 556dacf1ff
commit 9c61d7e6e9
4 changed files with 19 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
/* API version major/minor */
#define SUDO_API_VERSION_MAJOR 1
#define SUDO_API_VERSION_MINOR 19
#define SUDO_API_VERSION_MINOR 20
#define SUDO_API_MKVERSION(x, y) (((x) << 16) | (y))
#define SUDO_API_VERSION SUDO_API_MKVERSION(SUDO_API_VERSION_MAJOR, SUDO_API_VERSION_MINOR)