Skip to content

Commit

Permalink
Merge pull request #51 from TQsoft-GmbH/version-number-fix
Browse files Browse the repository at this point in the history
Fix version number
  • Loading branch information
Yves Rausch authored May 13, 2020
2 parents 0f0351a + 5efaba8 commit 4a6cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_ntlm_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define MOD_NTLM_VERSION_MAJOR 1
#define MOD_NTLM_VERSION_MID 0
#define MOD_NTLM_VERSION_MINOR 7
#define MOD_NTLM_VERSION_MINOR 8
#define STRINGIFY(n) STRINGIFY_HELPER(n)
#define STRINGIFY_HELPER(n) #n

Expand Down

0 comments on commit 4a6cb71

Please sign in to comment.