File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.3)
3
3
list (INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR} /cmake" )
4
4
include (VersioningUtils)
5
5
6
- set_project_version(0 12 0 )
6
+ set_project_version(0 12 1 )
7
7
8
8
# Before making a release, the LT_VERSION string should be modified.
9
9
# The string is of the form C:R:A.
@@ -12,7 +12,7 @@ set_project_version(0 12 0)
12
12
# - If binary compatibility has been broken (eg removed or changed interfaces)
13
13
# change to C+1:0:0
14
14
# - If the interface is the same as the previous version, change to C:R+1:A
15
- calculate_library_versions_from_libtool_triple(COGCORE 7 1 0)
15
+ calculate_library_versions_from_libtool_triple(COGCORE 7 2 0)
16
16
17
17
project (cog VERSION "${PROJECT_VERSION} " LANGUAGES C)
18
18
include (DistTargets)
Original file line number Diff line number Diff line change
1
+ ==========================
2
+ 0.12.1 - February 24, 2022
3
+ ==========================
4
+
5
+ - wl: Fixed handling of supported Wayland protocol versions, preventing a
6
+ crash with certain compositors which advertise support for newer versions
7
+ than actually supported by the client.
8
+ - Fixed the location used by CMake to install platform plug-ins.
9
+
1
10
==========================
2
11
0.12.0 - November 24, 2021
3
12
==========================
You can’t perform that action at this time.
0 commit comments