From 169221da8d53b2ca4fda76f894bee8505887a7c6 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 10 Aug 2021 17:09:53 -0700 Subject: [PATCH] Bump version v1.5.2 --- include/nng/nng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nng/nng.h b/include/nng/nng.h index 5c2b5c0ca..cd75495a6 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -50,7 +50,7 @@ extern "C" { // may not necessarily match the ABI versions. #define NNG_MAJOR_VERSION 1 #define NNG_MINOR_VERSION 5 -#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.