Skip to content

Commit 8946f74

Browse files
committed
Release ntlmclient 0.9.0
1 parent cfc3f39 commit 8946f74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/ntlmclient.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
extern "C" {
1616
#endif
1717

18-
#define NTLM_CLIENT_VERSION "0.0.1"
18+
#define NTLM_CLIENT_VERSION "0.9.0"
1919
#define NTLM_CLIENT_VERSION_MAJOR 0
20-
#define NTLM_CLIENT_VERSION_MINOR 0
21-
#define NTLM_CLIENT_VERSION_TEENY 1
20+
#define NTLM_CLIENT_VERSION_MINOR 9
21+
#define NTLM_CLIENT_VERSION_TEENY 0
2222

2323
typedef struct ntlm_client ntlm_client;
2424

0 commit comments

Comments
 (0)