Bump version to 1.11 for timeout entry in settings[]

This commit is contained in:
Todd C. Miller
2017-02-16 10:28:08 -07:00
parent b030c96a86
commit 31540e6228
4 changed files with 39 additions and 6 deletions

View File

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