aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-11-05 18:20:45 -0800
committerGarrett D'Amore <garrett@damore.org>2018-11-05 18:20:45 -0800
commita308cecfcea67d74b28c609c8b32968e84233602 (patch)
treeb60ebce7688c557cec50754a34a9252b6d04b973
parentc451d4244e025e28717b469d59fdfb4d78f9e29b (diff)
downloadnng-a308cecfcea67d74b28c609c8b32968e84233602.tar.gz
nng-a308cecfcea67d74b28c609c8b32968e84233602.tar.bz2
nng-a308cecfcea67d74b28c609c8b32968e84233602.zip
fixes #779 Bump ABI version for v1.1v1.1.0-rc
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 15fe015d..62bceb17 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ set (ISSUE_REPORT_MSG "Please consider opening an issue at https://github.com/na
# Determine library versions.
set (NNG_ABI_SOVERSION 1)
-set (NNG_ABI_VERSION "1.0.0")
+set (NNG_ABI_VERSION "1.1.0")
# Determine package version.
find_package (Git QUIET)