aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-11-21 19:23:30 -0800
committerGarrett D'Amore <garrett@damore.org>2018-11-21 19:24:25 -0800
commit8a9fd805d96201c780610b765f9e6dd9f2eda642 (patch)
treeed01fe0cd92591fcf75a88e6f9ce2db3cddd4de3 /src
parent8f3fb31cb88c4112a63fe7e34fa1e2b0885775ec (diff)
downloadnng-8a9fd805d96201c780610b765f9e6dd9f2eda642.tar.gz
nng-8a9fd805d96201c780610b765f9e6dd9f2eda642.tar.bz2
nng-8a9fd805d96201c780610b765f9e6dd9f2eda642.zip
Prep for NNG 1.1.1.v1.1.1
Diffstat (limited to 'src')
-rw-r--r--src/nng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng.h b/src/nng.h
index b16dcfd2..47560134 100644
--- a/src/nng.h
+++ b/src/nng.h
@@ -52,7 +52,7 @@ extern "C" {
// assumptions.
#define NNG_MAJOR_VERSION 1
#define NNG_MINOR_VERSION 1
-#define NNG_PATCH_VERSION 0
+#define NNG_PATCH_VERSION 1
#define NNG_RELEASE_SUFFIX "" // if non-empty, this is a pre-release
// Maximum length of a socket address. This includes the terminating NUL.