Skip to content

Commit c462567

Browse files
committed
Release version 0.18.4
1 parent 6dd7a29 commit c462567

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
=====================
2+
0.18.4 - May 15, 2024
3+
=====================
4+
5+
- meson: Fix the build in systems where the "ln" command cannot calculate
6+
relative symlink target paths.
7+
- wl: Fix some items in popup menus not being rendered.
8+
- wl: Add support for weston-protocols version 14.
9+
110
==========================
211
0.18.3 - February 26, 2024
312
==========================

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project('cog', 'c',
66
'c_std=c11',
77
],
88
license: 'MIT',
9-
version: '0.18.3',
9+
version: '0.18.4',
1010
)
1111

1212
# Before making a release, the LT_VERSION string should be modified.
@@ -16,7 +16,7 @@ project('cog', 'c',
1616
# - If binary compatibility has been broken (eg removed or changed interfaces)
1717
# change to [C+1, 0, 0]
1818
# - If the interface is the same as the previous version, use [C, R+1, A].
19-
cogcore_soversion = [11, 6, 2]
19+
cogcore_soversion = [11, 7, 2]
2020

2121
# Mangle [C, R, A] into an actual usable *soversion*.
2222
cogcore_soversion_major = cogcore_soversion[0] - cogcore_soversion[2] # Current-Age

0 commit comments

Comments
 (0)