Document ttydev and bump plugin version to 1.22

This commit is contained in:
Todd C. Miller
2023-11-25 18:38:36 -07:00
parent a85494b5c4
commit 61dbfe0924
3 changed files with 37 additions and 11 deletions

View File

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