aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-12-28 13:45:32 -0800
committerGarrett D'Amore <garrett@damore.org>2019-12-28 13:45:32 -0800
commitaed9697d71798d923443f3fb6297cecf89bc4218 (patch)
treea030b8fd83979cf1ebdf73b1b26bdab2ba16ed36 /CMakeLists.txt
parent3af07a9cca37a7487593c5aa7efe2aee56353159 (diff)
downloadnng-aed9697d71798d923443f3fb6297cecf89bc4218.tar.gz
nng-aed9697d71798d923443f3fb6297cecf89bc4218.tar.bz2
nng-aed9697d71798d923443f3fb6297cecf89bc4218.zip
Release 1.2.2.v1.2.2
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 939b1bb8..2739cccf 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.1")
+set(NNG_ABI_VERSION "1.2.2")
# Determine package version.
find_package(Git QUIET)