summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-01-06 19:46:53 -0800
committerGarrett D'Amore <garrett@damore.org>2024-01-06 19:46:53 -0800
commitec4b5722fba105e3b944e3dc0f6b63c941748b3f (patch)
tree9a95183765ffea33243c333c5c80a9b4a277ab0f
parent5e41f10763f7de379b52f8c1a421a1b0aad61041 (diff)
downloadnng-1.7.1.tar.gz
nng-1.7.1.tar.bz2
nng-1.7.1.zip
Bump to version 1.7.1.v1.7.1
-rw-r--r--include/nng/nng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h
index 6e0e0410..acb378aa 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.