diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-04-24 20:07:09 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-04-24 20:07:09 -0700 |
| commit | 90267002f229322c82a43c160ae699a4791efe50 (patch) | |
| tree | 53aa2e7fec1b0128f339ab7bbb6aae8d34e7ab24 | |
| parent | 1dc4ca934ffcfdc1c9ba559f010fddfbf0f12fdb (diff) | |
| download | nng-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
| -rw-r--r-- | src/nng.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
