Skip to content

Commit b61725f

Browse files
committed
Release version 1.14.4
1 parent 4789869 commit b61725f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=======================
2+
1.14.4 - March 13, 2025
3+
=======================
4+
5+
- Fix the build with GCC 15.
6+
17
===========================
28
1.14.3 - September 13, 2024
39
===========================

include/wpe/wpebackend-fdo-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
#define WPE_FDO_MAJOR_VERSION 1
3030
#define WPE_FDO_MINOR_VERSION 14
31-
#define WPE_FDO_MICRO_VERSION 3
31+
#define WPE_FDO_MICRO_VERSION 4
3232

3333
#endif /* !WPEBACKEND_FDO_VERSION_H */

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ api_version = '1.0'
2323
# - If binary compatibility has been broken (eg removed or changed interfaces)
2424
# change to [C+1, 0, 0]
2525
# - If the interface is the same as the previous version, use [C, R+1, A].
26-
soversion = [10, 5, 9]
26+
soversion = [10, 6, 9]
2727

2828
# Mangle [C, R, A] into an actual usable *soversion*.
2929
soversion_major = soversion[0] - soversion[2] # Current-Age

0 commit comments

Comments
 (0)