summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-07 23:26:57 -0800
committerGarrett D'Amore <garrett@damore.org>2024-11-07 23:26:57 -0800
commit59fdfe8ff044e3e9d1845a1a89b8b7ef9b49f197 (patch)
tree1f9b2b8c59e56a8838fc3e3291b3a3b00025f8d1 /include
parent93b9458e9bce7df530371a3040430fae627064a5 (diff)
downloadnng-59fdfe8ff044e3e9d1845a1a89b8b7ef9b49f197.tar.gz
nng-59fdfe8ff044e3e9d1845a1a89b8b7ef9b49f197.tar.bz2
nng-59fdfe8ff044e3e9d1845a1a89b8b7ef9b49f197.zip
Set version correctly to 1.9.1 pre.
Diffstat (limited to 'include')
-rw-r--r--include/nng/nng.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h
index 606f31f7..0c3384fa 100644
--- a/include/nng/nng.h
+++ b/include/nng/nng.h
@@ -57,10 +57,10 @@ extern "C" {
// We use SemVer, and these versions are about the API, and
// may not necessarily match the ABI versions.
#define NNG_MAJOR_VERSION 1
-#define NNG_MINOR_VERSION 8
-#define NNG_PATCH_VERSION 0
+#define NNG_MINOR_VERSION 9
+#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.