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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user