Skip to content

Commit

Permalink
prep for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Feb 8, 2021
1 parent b8dc672 commit d020add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nng/nng.h
Expand Up @@ -51,7 +51,7 @@ extern "C" {
#define NNG_MAJOR_VERSION 1
#define NNG_MINOR_VERSION 4
#define NNG_PATCH_VERSION 0
#define NNG_RELEASE_SUFFIX "DEV" // if non-empty, this is a pre-release
#define NNG_RELEASE_SUFFIX "" // 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

3 comments on commit d020add

@sashko
Copy link

@sashko sashko commented on d020add Feb 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

@gdamore
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing this out. It means I probably botched something. :-(

@sashko
Copy link

@sashko sashko commented on d020add Feb 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please create a new tag, so package maintainers can update it? Thanks.

Please sign in to comment.