Skip to content

Commit 59e7922

Browse files
committed
Release version 0.13.3
1 parent ffa5057 commit 59e7922

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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 13 2)
6+
set_project_version(0 13 3)
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 13 2)
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 9 1 0)
15+
calculate_library_versions_from_libtool_triple(COGCORE 9 2 0)
1616

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

NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
=========================
2+
0.13.3 - January 12, 2022
3+
=========================
4+
5+
- core: Fix platform plug-ins not being found due to COG_MODULEDIR being
6+
incorrectly defined as a relative path at build configuration time.
7+
- gtk4: Fix handling of mouse events when teh device scale factor changes.
8+
- gtk4: Improve compatibility with more graphics drivers by marking shaders
9+
as compatible with all GLSL versions.
10+
111
=========================
212
0.13.2 - December 9, 2021
313
=========================

0 commit comments

Comments
 (0)