diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
