Skip to content

Commit

Permalink
Start of version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jan 7, 2024
1 parent f338f50 commit 726bc2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/nng/nng.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ extern "C" {
// may not necessarily match the ABI versions.
#define NNG_MAJOR_VERSION 1
#define NNG_MINOR_VERSION 7
#define NNG_PATCH_VERSION 0
#define NNG_PATCH_VERSION 1
#define NNG_RELEASE_SUFFIX \
"" // if non-empty (i.e. "pre"), this is a pre-release
"pre" // if non-empty (i.e. "pre"), this is a pre-release

// Maximum length of a socket address. This includes the terminating NUL.
// This limit is built into other implementations, so do not change it.
Expand Down

0 comments on commit 726bc2f

Please sign in to comment.