summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-22 11:21:29 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-22 11:21:29 -0700
commit96ef8d6535f6980e0ce667b7659747a98a875ab6 (patch)
tree9d8be0617420018826591e3d6613b97c230ea2d0
parent7cd6e3a54c8bff4a008b324e310ae3cfcaa3ebf1 (diff)
downloadnng-96ef8d6535f6980e0ce667b7659747a98a875ab6.tar.gz
nng-96ef8d6535f6980e0ce667b7659747a98a875ab6.tar.bz2
nng-96ef8d6535f6980e0ce667b7659747a98a875ab6.zip
Update for 1.0.0-beta.2v1.0.0-beta.2
-rw-r--r--src/nng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng.h b/src/nng.h
index 529cbe89..af119bdb 100644
--- a/src/nng.h
+++ b/src/nng.h
@@ -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.