We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14780eb commit a5364a6Copy full SHA for a5364a6
include/ntlmclient.h
@@ -15,9 +15,9 @@
15
extern "C" {
16
#endif
17
18
-#define NTLM_CLIENT_VERSION "0.9.0"
19
-#define NTLM_CLIENT_VERSION_MAJOR 0
20
-#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
21
#define NTLM_CLIENT_VERSION_TEENY 0
22
23
typedef struct ntlm_client ntlm_client;
0 commit comments