Skip to content

Commit

Permalink
Releasing version 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jul 5, 2018
1 parent d2fc63f commit 43a1c01
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 @@ -52,7 +52,7 @@ extern "C" {
// assumptions.
#define NNG_MAJOR_VERSION 1
#define NNG_MINOR_VERSION 0
#define NNG_PATCH_VERSION 0
#define NNG_PATCH_VERSION 1
#define NNG_RELEASE_SUFFIX "" // if non-empty, this is a pre-release

// Maximum length of a socket address. This includes the terminating NUL.
Expand Down

0 comments on commit 43a1c01

Please sign in to comment.