Skip to content

Commit

Permalink
Release version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Mar 18, 2021
1 parent 644608d commit eca6237
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
======================
1.8.1 - March 18, 2021
======================

- Fixed headers to include <wpe/wpe.h> from the top-level API headers,
as their consumers expect the public libwpe API to be defined as well.

======================
1.8.1 - March 10, 2021
======================
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project('WPEBackend-fdo', ['c', 'cpp'],
'cpp_std=c++11',
],
license: 'BSD-2-Clause',
version: '1.8.1',
version: '1.8.2',
)

# This refers to the API level provided. This is modified only with major,
Expand All @@ -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 = [7, 4, 6]
soversion = [7, 5, 6]

# Split the *project* version into its components.
version_info = meson.project_version().split('.')
Expand Down

0 comments on commit eca6237

Please sign in to comment.