From ec4b5722fba105e3b944e3dc0f6b63c941748b3f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 6 Jan 2024 19:46:53 -0800 Subject: [PATCH] Bump to version 1.7.1. --- include/nng/nng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nng/nng.h b/include/nng/nng.h index 6e0e0410b..acb378aa1 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -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.