Skip to content

Commit

Permalink
1.0.0 rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jun 2, 2018
1 parent c2a001e commit 2b896b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nng.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extern "C" {
#define NNG_MAJOR_VERSION 1
#define NNG_MINOR_VERSION 0
#define NNG_PATCH_VERSION 0
#define NNG_RELEASE_SUFFIX "-beta.2" // if non-empty, this is a pre-release
#define NNG_RELEASE_SUFFIX "-rc.1" // 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.
Expand Down

0 comments on commit 2b896b1

Please sign in to comment.