summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-12 23:08:10 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-12 23:08:10 -0800
commit476422544755e1d2e44fed6be024a74a35a56fed (patch)
tree62cf6d71582426afd5f5c6f79ff75ea1d8ba48c3 /include
parent21a0677462539d9e94564c71eb8c2a34b1fb2b8d (diff)
downloadnng-476422544755e1d2e44fed6be024a74a35a56fed.tar.gz
nng-476422544755e1d2e44fed6be024a74a35a56fed.tar.bz2
nng-476422544755e1d2e44fed6be024a74a35a56fed.zip
fix reported versions in nng.h and CMakeLists.txt
Diffstat (limited to 'include')
-rw-r--r--include/nng/nng.h8
1 files changed, 3 insertions, 5 deletions
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.