Skip to content

Commit ff43d4e

Browse files
authored
Merge pull request #23 from ethomson/ethomson/v10
ntlmclient: release v1.0.0
2 parents 0ce5dcc + a5364a6 commit ff43d4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)