diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-11-05 18:20:45 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-11-05 18:20:45 -0800 |
| commit | a308cecfcea67d74b28c609c8b32968e84233602 (patch) | |
| tree | b60ebce7688c557cec50754a34a9252b6d04b973 /CMakeLists.txt | |
| parent | c451d4244e025e28717b469d59fdfb4d78f9e29b (diff) | |
| download | nng-1.1.0-rc.tar.gz nng-1.1.0-rc.tar.bz2 nng-1.1.0-rc.zip | |
fixes #779 Bump ABI version for v1.1v1.1.0-rc
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
