Skip to content

Commit

Permalink
Release version 1.9.92
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed May 12, 2021
1 parent a01f2c0 commit b992490
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
=====================
1.9.92 - May 12, 2021
=====================

- Fixed frozen web views not being updated after PSON when multiple
web views (and hence view backends) are in use.
- Made it easier to override where Meson looks for wayland-scanner during
cross-compilation, using a native machine file.

=======================
1.9.91 - April 30, 2021
=======================
Expand Down
2 changes: 1 addition & 1 deletion include/wpe/wpebackend-fdo-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

#define WPE_FDO_MAJOR_VERSION 1
#define WPE_FDO_MINOR_VERSION 9
#define WPE_FDO_MICRO_VERSION 91
#define WPE_FDO_MICRO_VERSION 92

#endif /* !WPEBACKEND_FDO_VERSION_H */
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ api_version = '1.0'
# - 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, use [C, R+1, A].
soversion = [9, 1, 8]
soversion = [9, 2, 8]

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

0 comments on commit b992490

Please sign in to comment.