diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-12-24 01:00:26 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-12-24 01:00:26 -0800 |
| commit | e92a646e31567fa15ab0c39d4ea4a53da4a54bf3 (patch) | |
| tree | fe3bea291b469c2890f70bf64a72c23df330ee67 /CMakeLists.txt | |
| parent | 3f7561417bec08226bcfeb107d94be0dbf71b09e (diff) | |
| download | nng-1.2.1.tar.gz nng-1.2.1.tar.bz2 nng-1.2.1.zip | |
fixes #1036 Forgot to change the semver for v1.2!!v1.2.1
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 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) |
