From d7e0072a8ef453d6fd06311f6253ba869977e214 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 6 Jan 2024 19:22:42 -0800 Subject: [PATCH] Start of version 1.7.1 --- include/nng/nng.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nng/nng.h b/include/nng/nng.h index e3e4796bf..6e0e0410b 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -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.