summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-05-27 08:25:12 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-05-27 08:25:12 -0600
commitbd55de5ec981561fe624069109e43f8907101805 (patch)
tree2858a5364cf2d815876a6baeb0616c4de174d338 /include
parentf2c0a92176dea15368e5a19a46b2355fa47987bc (diff)
parent50693c9ea4ad3d7a2168a3b5020d0f8f630056eb (diff)
downloadsudo-bd55de5ec981561fe624069109e43f8907101805.tar.gz
Merge branch 'main' into apparmor_support
Diffstat (limited to 'include')
-rw-r--r--include/sudo_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sudo_plugin.h b/include/sudo_plugin.h
index 873805cdb..032a5fd48 100644
--- a/include/sudo_plugin.h
+++ b/include/sudo_plugin.h
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: ISC
*
- * Copyright (c) 2009-2020 Todd C. Miller <Todd.Miller@sudo.ws>
+ * Copyright (c) 2009-2022 Todd C. Miller <Todd.Miller@sudo.ws>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -21,7 +21,7 @@
/* API version major/minor */
#define SUDO_API_VERSION_MAJOR 1
-#define SUDO_API_VERSION_MINOR 18
+#define SUDO_API_VERSION_MINOR 19
#define SUDO_API_MKVERSION(x, y) (((x) << 16) | (y))
#define SUDO_API_VERSION SUDO_API_MKVERSION(SUDO_API_VERSION_MAJOR, SUDO_API_VERSION_MINOR)