Skip to content

Commit 34c9747

Browse files
committed
Release version 0.12.1
1 parent d5ec9bd commit 34c9747

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.3)
33
list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR}/cmake")
44
include(VersioningUtils)
55

6-
set_project_version(0 12 0)
6+
set_project_version(0 12 1)
77

88
# Before making a release, the LT_VERSION string should be modified.
99
# The string is of the form C:R:A.
@@ -12,7 +12,7 @@ set_project_version(0 12 0)
1212
# - If binary compatibility has been broken (eg removed or changed interfaces)
1313
# change to C+1:0:0
1414
# - 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)
1616

1717
project(cog VERSION "${PROJECT_VERSION}" LANGUAGES C)
1818
include(DistTargets)

Diff for: NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
==========================
211
0.12.0 - November 24, 2021
312
==========================

0 commit comments

Comments
 (0)