summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-12-24 01:00:26 -0800
committerGarrett D'Amore <garrett@damore.org>2019-12-24 01:00:26 -0800
commite92a646e31567fa15ab0c39d4ea4a53da4a54bf3 (patch)
treefe3bea291b469c2890f70bf64a72c23df330ee67 /CMakeLists.txt
parent3f7561417bec08226bcfeb107d94be0dbf71b09e (diff)
downloadnng-1.2.1.tar.gz
nng-1.2.1.tar.bz2
nng-1.2.1.zip
fixes #1036 Forgot to change the semver for v1.2!!v1.2.1
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 31e2efcb..fa3bac8b 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.1.0")
+set(NNG_ABI_VERSION "1.2.1")
# Determine package version.
find_package(Git QUIET)