Skip to content

Commit

Permalink
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.40.5 release
Browse files Browse the repository at this point in the history
* Source/WebKit/wpe/NEWS: Add release notes.
* Source/cmake/OptionsWPE.cmake: Bump version numbers.
  • Loading branch information
carlosgcampos committed Aug 1, 2023
1 parent 817d67a commit 2e35890
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Source/WebKit/wpe/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
=================
WPE WebKit 2.40.5
=================

What's new in WPE WebKit 2.40.5?

- Fix several crashes and rendering issues.

=================
WPE WebKit 2.40.4
=================
Expand Down
8 changes: 4 additions & 4 deletions Source/cmake/OptionsWPE.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(GNUInstallDirs)
include(VersioningUtils)

SET_PROJECT_VERSION(2 40 4)
SET_PROJECT_VERSION(2 40 5)

# This is required because we use the DEPFILE argument to add_custom_command().
# Remove after upgrading cmake_minimum_required() to 3.20.
Expand Down Expand Up @@ -198,11 +198,11 @@ endif ()
find_package(GLIB ${GLIB_MINIMUM_VERSION} REQUIRED COMPONENTS gio gio-unix gobject gthread gmodule)

if (WPE_API_VERSION VERSION_EQUAL "1.0")
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 23 6 20)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 23 7 20)
elseif (WPE_API_VERSION VERSION_EQUAL "1.1")
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 6 4)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 7 4)
else ()
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 6 0)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 7 0)
endif ()

set(CMAKE_C_VISIBILITY_PRESET hidden)
Expand Down

0 comments on commit 2e35890

Please sign in to comment.