summaryrefslogtreecommitdiff
path: root/src/nng.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-04-24 20:07:09 -0700
committerGarrett D'Amore <garrett@damore.org>2018-04-24 20:07:09 -0700
commit90267002f229322c82a43c160ae699a4791efe50 (patch)
tree53aa2e7fec1b0128f339ab7bbb6aae8d34e7ab24 /src/nng.h
parent1dc4ca934ffcfdc1c9ba559f010fddfbf0f12fdb (diff)
downloadnng-0.9.0.tar.gz
nng-0.9.0.tar.bz2
nng-0.9.0.zip
Bump version to 0.9.0.0.9.0
Diffstat (limited to 'src/nng.h')
-rw-r--r--src/nng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng.h b/src/nng.h
index 40aef567..cd65c874 100644
--- a/src/nng.h
+++ b/src/nng.h
@@ -48,7 +48,7 @@ extern "C" {
// version 0, you should not be making any forward compatibility
// assumptions.
#define NNG_MAJOR_VERSION 0
-#define NNG_MINOR_VERSION 8
+#define NNG_MINOR_VERSION 9
#define NNG_PATCH_VERSION 0
// Maximum length of a socket address. This includes the terminating NUL.