summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2739cccf..768575e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ set(ISSUE_REPORT_MSG "Please consider opening an issue at https://github.com/nan
# Determine library versions.
set(NNG_ABI_SOVERSION 1)
-set(NNG_ABI_VERSION "1.2.2")
+set(NNG_ABI_VERSION "1.2.4")
# Determine package version.
find_package(Git QUIET)