diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-12-30 00:30:28 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-12-30 00:31:40 -0800 |
| commit | 26f75f4d061a4480a01abfe3c07d41dbf0f781f0 (patch) | |
| tree | d90b7a451d8b967824515bbc883db1a07a81b8db /CMakeLists.txt | |
| parent | 86b4573c22af46582d5018f9b86cb9f96f5f6c44 (diff) | |
| download | nng-26f75f4d061a4480a01abfe3c07d41dbf0f781f0.tar.gz nng-26f75f4d061a4480a01abfe3c07d41dbf0f781f0.tar.bz2 nng-26f75f4d061a4480a01abfe3c07d41dbf0f781f0.zip | |
fixes #1073 Bump minor version
This increases the minor version to 1.3.0. This is not yet an
official release, so you can't rely on it, and we will probably
add more API features before we finalize 1.3.0.
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 2739cccf..c13365f4 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.2") +set(NNG_ABI_VERSION "1.3.0") # Determine package version. find_package(Git QUIET) |
