From a5364a6997bd513443cb8bd00bcc878eeb912501 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sat, 16 Mar 2024 21:19:32 +0000 Subject: [PATCH] ntlmclient: release v1.0.0 --- include/ntlmclient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ntlmclient.h b/include/ntlmclient.h index bf57b17..5ca6442 100644 --- a/include/ntlmclient.h +++ b/include/ntlmclient.h @@ -15,9 +15,9 @@ extern "C" { #endif -#define NTLM_CLIENT_VERSION "0.9.0" -#define NTLM_CLIENT_VERSION_MAJOR 0 -#define NTLM_CLIENT_VERSION_MINOR 9 +#define NTLM_CLIENT_VERSION "1.0.0" +#define NTLM_CLIENT_VERSION_MAJOR 1 +#define NTLM_CLIENT_VERSION_MINOR 0 #define NTLM_CLIENT_VERSION_TEENY 0 typedef struct ntlm_client ntlm_client;