2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Bump plugin minor version to 10 for sudo_mode, sudo_group and sudo_user.

This commit is contained in:
Todd C. Miller
2016-11-08 20:34:46 -07:00
parent 17868f89d7
commit 541ffbeec8
4 changed files with 27 additions and 4 deletions

View File

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