diff --git a/CMakeLists.txt b/CMakeLists.txt index d1182917..da481092 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR}/cmake") include(VersioningUtils) include(GNUInstallDirs) -set_project_version(0 7 90) +set_project_version(0 8 0) # Before making a release, the LT_VERSION string should be modified. # The string is of the form C:R:A. @@ -13,7 +13,7 @@ set_project_version(0 7 90) # - If binary compatibility has been broken (eg removed or changed interfaces) # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -calculate_library_versions_from_libtool_triple(COGCORE 4 1 3) +calculate_library_versions_from_libtool_triple(COGCORE 4 2 3) project(cog VERSION "${PROJECT_VERSION}" LANGUAGES C) include(DistTargets) diff --git a/NEWS b/NEWS index f1d86495..e11c16d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +========================== +0.8.0 - September 12, 2020 +========================== + +- This release does not contain changes over the 0.7.90 development release. + ========================== 0.7.90 - September 4, 2020 ==========================