diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-01-06 19:46:53 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-01-06 19:46:53 -0800 |
| commit | ec4b5722fba105e3b944e3dc0f6b63c941748b3f (patch) | |
| tree | 9a95183765ffea33243c333c5c80a9b4a277ab0f /include | |
| parent | 5e41f10763f7de379b52f8c1a421a1b0aad61041 (diff) | |
| download | nng-ec4b5722fba105e3b944e3dc0f6b63c941748b3f.tar.gz nng-ec4b5722fba105e3b944e3dc0f6b63c941748b3f.tar.bz2 nng-ec4b5722fba105e3b944e3dc0f6b63c941748b3f.zip | |
Bump to version 1.7.1.v1.7.1
Diffstat (limited to 'include')
| -rw-r--r-- | include/nng/nng.h | 2 |
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. |
