Skip to content

Commit

Permalink
Bump for v1.3.2.
Browse files Browse the repository at this point in the history
Note that v1.3.2 contains only documentation fixes compared to
v1.3.1.  So there is no urgency to update if already on 1.3.1.
  • Loading branch information
gdamore committed Aug 2, 2020
1 parent 0b7ee39 commit 32b12a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions include/nng/nng.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@ extern "C" {

// NNG Library & API version.
// We use SemVer, and these versions are about the API, and
// may not necessarily match the ABI versions. Right now at
// version 0, you should not be making any forward compatibility
// assumptions.
// may not necessarily match the ABI versions.
#define NNG_MAJOR_VERSION 1
#define NNG_MINOR_VERSION 3
#define NNG_PATCH_VERSION 1
#define NNG_PATCH_VERSION 2
#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 32b12a3

Please sign in to comment.