From 8946f7474fb72e793553084dc5357e269016b72a Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 24 Aug 2021 10:52:53 -0400 Subject: [PATCH] Release ntlmclient 0.9.0 --- include/ntlmclient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ntlmclient.h b/include/ntlmclient.h index 2923662..bf57b17 100644 --- a/include/ntlmclient.h +++ b/include/ntlmclient.h @@ -15,10 +15,10 @@ extern "C" { #endif -#define NTLM_CLIENT_VERSION "0.0.1" +#define NTLM_CLIENT_VERSION "0.9.0" #define NTLM_CLIENT_VERSION_MAJOR 0 -#define NTLM_CLIENT_VERSION_MINOR 0 -#define NTLM_CLIENT_VERSION_TEENY 1 +#define NTLM_CLIENT_VERSION_MINOR 9 +#define NTLM_CLIENT_VERSION_TEENY 0 typedef struct ntlm_client ntlm_client;