summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-22 11:18:41 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-22 11:18:41 -0700
commit7cd6e3a54c8bff4a008b324e310ae3cfcaa3ebf1 (patch)
tree152f62819a46cd2558484a78dbcd688ce1ba68e2 /CMakeLists.txt
parent959eabe2675a3b8be9bc2b2459cc899a5a64b283 (diff)
downloadnng-7cd6e3a54c8bff4a008b324e310ae3cfcaa3ebf1.tar.gz
nng-7cd6e3a54c8bff4a008b324e310ae3cfcaa3ebf1.tar.bz2
nng-7cd6e3a54c8bff4a008b324e310ae3cfcaa3ebf1.zip
fixes #476 Crank the library ABI version
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 96eed693..ee50ce0d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,7 +55,7 @@ set (NNG_DESCRIPTION "High-Performance Scalability Protocols NextGen")
set (ISSUE_REPORT_MSG "Please consider opening an issue at https://github.com/nanomsg/nng")
# Determine library versions.
-set (NNG_ABI_VERSION "0.0.0")
+set (NNG_ABI_VERSION "1.0.0")
# Determine package version.
find_package (Git QUIET)