Skip to content

Commit 29b7396

Browse files
committed
Prep for 1.8.0 release
1 parent 56507ab commit 29b7396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nng/nng.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ extern "C" {
5757
// We use SemVer, and these versions are about the API, and
5858
// may not necessarily match the ABI versions.
5959
#define NNG_MAJOR_VERSION 1
60-
#define NNG_MINOR_VERSION 7
61-
#define NNG_PATCH_VERSION 3
60+
#define NNG_MINOR_VERSION 8
61+
#define NNG_PATCH_VERSION 0
6262
#define NNG_RELEASE_SUFFIX \
6363
"" // if non-empty (i.e. "pre"), this is a pre-release
6464

0 commit comments

Comments
 (0)