Skip to content

Commit

Permalink
ntlmclient: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Mar 16, 2024
1 parent 14780eb commit a5364a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/ntlmclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
extern "C" {
#endif

#define NTLM_CLIENT_VERSION "0.9.0"
#define NTLM_CLIENT_VERSION_MAJOR 0
#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
#define NTLM_CLIENT_VERSION_TEENY 0

typedef struct ntlm_client ntlm_client;
Expand Down

0 comments on commit a5364a6

Please sign in to comment.