Signed-off-by: Kevin Cernekee <cernekee at gmail.com> --- openconnect.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openconnect.h b/openconnect.h index 97747ff..9561b55 100644 --- a/openconnect.h +++ b/openconnect.h @@ -32,9 +32,12 @@ #include <unistd.h> #define OPENCONNECT_API_VERSION_MAJOR 2 -#define OPENCONNECT_API_VERSION_MINOR 2 +#define OPENCONNECT_API_VERSION_MINOR 3 /* + * API version 2.3: + * - Add OC_FORM_RESULT_* and oc_auth_form->authgroup_* + * * API version 2.2: * - Add openconnect_set_token_mode(), openconnect_has_oath_support() * - Deprecate openconnect_set_stoken_mode() -- 1.7.9.5