Skip to content

Commit

Permalink
Release ntlmclient 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Aug 24, 2021
1 parent cfc3f39 commit 8946f74
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,10 +15,10 @@
extern "C" {
#endif

#define NTLM_CLIENT_VERSION "0.0.1"
#define NTLM_CLIENT_VERSION "0.9.0"
#define NTLM_CLIENT_VERSION_MAJOR 0
#define NTLM_CLIENT_VERSION_MINOR 0
#define NTLM_CLIENT_VERSION_TEENY 1
#define NTLM_CLIENT_VERSION_MINOR 9
#define NTLM_CLIENT_VERSION_TEENY 0

typedef struct ntlm_client ntlm_client;

Expand Down

0 comments on commit 8946f74

Please sign in to comment.