We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56507ab commit 29b7396Copy full SHA for 29b7396
include/nng/nng.h
@@ -57,8 +57,8 @@ extern "C" {
57
// We use SemVer, and these versions are about the API, and
58
// may not necessarily match the ABI versions.
59
#define NNG_MAJOR_VERSION 1
60
-#define NNG_MINOR_VERSION 7
61
-#define NNG_PATCH_VERSION 3
+#define NNG_MINOR_VERSION 8
+#define NNG_PATCH_VERSION 0
62
#define NNG_RELEASE_SUFFIX \
63
"" // if non-empty (i.e. "pre"), this is a pre-release
64
0 commit comments