Skip to content

Commit

Permalink
Release version 0.11.90
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Nov 11, 2021
1 parent 9014551 commit c8e8b15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.3)
list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR}/cmake")
include(VersioningUtils)

set_project_version(0 11 1)
set_project_version(0 11 90)

# Before making a release, the LT_VERSION string should be modified.
# The string is of the form C:R:A.
Expand All @@ -12,7 +12,7 @@ set_project_version(0 11 1)
# - 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 6 0 5)
calculate_library_versions_from_libtool_triple(COGCORE 7 0 0)

project(cog VERSION "${PROJECT_VERSION}" LANGUAGES C)
include(DistTargets)
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
===========================
0.11.90 - November 11, 2021
===========================

- core: Removed cog_platform_teardown(), deinitilization of platform
plug-in implementations is now done automatically as part of object
finalization.
- core: Fixed building the documentation when using libsoup3.
- drm: Fixed two small memory leaks during initialization.

=========================
0.11.1 - November 3, 2021
=========================
Expand Down

0 comments on commit c8e8b15

Please sign in to comment.