-
-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// | ||
// Copyright 2021 Staysail Systems, Inc. <[email protected]> | ||
// Copyright 2023 Staysail Systems, Inc. <[email protected]> | ||
// Copyright 2018 Capitar IT Group BV <[email protected]> | ||
// | ||
// This software is supplied under the terms of the MIT License, a | ||
|
@@ -59,7 +59,7 @@ extern "C" { | |
#define NNG_MAJOR_VERSION 1 | ||
#define NNG_MINOR_VERSION 6 | ||
#define NNG_PATCH_VERSION 0 | ||
#define NNG_RELEASE_SUFFIX "pre" // if non-empty, this is a pre-release | ||
#define NNG_RELEASE_SUFFIX "" // if non-empty (i.e. "pre"), 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. | ||
|