diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-05-22 11:21:29 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-22 11:21:29 -0700 |
| commit | 96ef8d6535f6980e0ce667b7659747a98a875ab6 (patch) | |
| tree | 9d8be0617420018826591e3d6613b97c230ea2d0 /src | |
| parent | 7cd6e3a54c8bff4a008b324e310ae3cfcaa3ebf1 (diff) | |
| download | nng-1.0.0-beta.2.tar.gz nng-1.0.0-beta.2.tar.bz2 nng-1.0.0-beta.2.zip | |
Update for 1.0.0-beta.2v1.0.0-beta.2
Diffstat (limited to 'src')
| -rw-r--r-- | src/nng.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ extern "C" { #define NNG_MAJOR_VERSION 1 #define NNG_MINOR_VERSION 0 #define NNG_PATCH_VERSION 0 -#define NNG_RELEASE_SUFFIX "-beta.1" // if non-empty, this is a pre-release +#define NNG_RELEASE_SUFFIX "-beta.2" // if non-empty, 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. |
