Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore authored and JaylinYu committed Dec 9, 2023
1 parent 45c6d89 commit 81d4a25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/nng/nng.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021 Jaylin <[email protected]>
// Copyright 2020 Staysail Systems, Inc. <[email protected]>
// Copyright 2023 Jaylin <[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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 81d4a25

Please sign in to comment.