From 476422544755e1d2e44fed6be024a74a35a56fed Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 12 Jan 2020 23:08:10 -0800 Subject: fix reported versions in nng.h and CMakeLists.txt --- include/nng/nng.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/nng/nng.h b/include/nng/nng.h index 0db81ef5..ad2b5a12 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -47,12 +47,10 @@ extern "C" { // NNG Library & API version. // We use SemVer, and these versions are about the API, and -// may not necessarily match the ABI versions. Right now at -// version 0, you should not be making any forward compatibility -// assumptions. +// may not necessarily match the ABI versions. #define NNG_MAJOR_VERSION 1 -#define NNG_MINOR_VERSION 1 -#define NNG_PATCH_VERSION 1 +#define NNG_MINOR_VERSION 2 +#define NNG_PATCH_VERSION 4 #define NNG_RELEASE_SUFFIX "" // if non-empty, this is a pre-release // Maximum length of a socket address. This includes the terminating NUL. -- cgit v1.2.3-70-g09d2