Skip to content

Commit

Permalink
Bump to 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 5e41f10 commit ec4b572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nng/nng.h
Expand Up @@ -60,7 +60,7 @@ extern "C" {
#define NNG_MINOR_VERSION 7
#define NNG_PATCH_VERSION 1
#define NNG_RELEASE_SUFFIX \
"pre" // if non-empty (i.e. "pre"), this is a pre-release
"" // 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 ec4b572

Please sign in to comment.