--- embedaddon/sudo/include/sudo_plugin.h 2013/10/14 07:56:34 1.1.1.4 +++ embedaddon/sudo/include/sudo_plugin.h 2014/06/15 16:12:54 1.1.1.5 @@ -19,7 +19,7 @@ /* API version major/minor */ #define SUDO_API_VERSION_MAJOR 1 -#define SUDO_API_VERSION_MINOR 4 +#define SUDO_API_VERSION_MINOR 5 #define SUDO_API_MKVERSION(x, y) ((x << 16) | y) #define SUDO_API_VERSION SUDO_API_MKVERSION(SUDO_API_VERSION_MAJOR, SUDO_API_VERSION_MINOR)