Skip to content

Commit

Permalink
Release version 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Mar 29, 2022
1 parent 08475b3 commit 286db0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 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 12 3)
set_project_version(0 12 4)

# 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 12 3)
# - 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 7 4 0)
calculate_library_versions_from_libtool_triple(COGCORE 7 5 0)

project(cog VERSION "${PROJECT_VERSION}" LANGUAGES C)
include(DistTargets)
Expand Down
11 changes: 9 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
=======================
0.12.4 - March 23, 2022
0.12.4 - March 30, 2022
=======================

- wl: Fix software rendering support.
- x11: Fix underlinking when passing the --as-needed flag to the linker.

=======================
0.12.3 - March 23, 2022
=======================

- wl: Fixed a crash related to usage of features not available in
versions of interfaces negotiated with the Wayland compositor.

=======================
0.12.3 - March 23, 2022
0.12.2 - March 23, 2022
=======================

- Fixed the location passed by CMake to the compiler with the platform
Expand Down

0 comments on commit 286db0e

Please sign in to comment.