We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc3f39 commit 8946f74Copy full SHA for 8946f74
1 file changed
include/ntlmclient.h
@@ -15,10 +15,10 @@
15
extern "C" {
16
#endif
17
18
-#define NTLM_CLIENT_VERSION "0.0.1"
+#define NTLM_CLIENT_VERSION "0.9.0"
19
#define NTLM_CLIENT_VERSION_MAJOR 0
20
-#define NTLM_CLIENT_VERSION_MINOR 0
21
-#define NTLM_CLIENT_VERSION_TEENY 1
+#define NTLM_CLIENT_VERSION_MINOR 9
+#define NTLM_CLIENT_VERSION_TEENY 0
22
23
typedef struct ntlm_client ntlm_client;
24
0 commit comments