Skip to content

Commit a5364a6

Browse files
committed
ntlmclient: release v1.0.0
1 parent 14780eb commit a5364a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: include/ntlmclient.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
extern "C" {
1616
#endif
1717

18-
#define NTLM_CLIENT_VERSION "0.9.0"
19-
#define NTLM_CLIENT_VERSION_MAJOR 0
20-
#define NTLM_CLIENT_VERSION_MINOR 9
18+
#define NTLM_CLIENT_VERSION "1.0.0"
19+
#define NTLM_CLIENT_VERSION_MAJOR 1
20+
#define NTLM_CLIENT_VERSION_MINOR 0
2121
#define NTLM_CLIENT_VERSION_TEENY 0
2222

2323
typedef struct ntlm_client ntlm_client;

0 commit comments

Comments
 (0)