Skip to content

Commit

Permalink
Merge pull request #23 from ethomson/ethomson/v10
Browse files Browse the repository at this point in the history
ntlmclient: release v1.0.0
  • Loading branch information
ethomson committed Mar 16, 2024
2 parents 0ce5dcc + a5364a6 commit ff43d4e
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 ff43d4e

Please sign in to comment.