Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.91 release
Browse files Browse the repository at this point in the history
.:

* Source/cmake/OptionsGTK.cmake: Bump version numbers.

Source/WebKit:

* gtk/NEWS: Add release notes for 2.29.91.
  • Loading branch information
carlosgcampos committed Aug 14, 2020
1 parent c794137 commit 1e03757
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2020-08-14 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.91 release

* Source/cmake/OptionsGTK.cmake: Bump version numbers.

2020-08-14 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.90 release
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
2020-08-14 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.91 release

* gtk/NEWS: Add release notes for 2.29.91.

2020-08-14 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.90 release
Expand Down
8 changes: 8 additions & 0 deletions Source/WebKit/gtk/NEWS
@@ -1,3 +1,11 @@
=================
WebKitGTK 2.29.91
=================

What's new in WebKitGTK 2.29.91?

- Fix a web process crash introduced in 2.29.90.

=================
WebKitGTK 2.29.90
=================
Expand Down
6 changes: 3 additions & 3 deletions Source/cmake/OptionsGTK.cmake
Expand Up @@ -4,7 +4,7 @@ include(VersioningUtils)
WEBKIT_OPTION_BEGIN()
WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)

SET_PROJECT_VERSION(2 29 90)
SET_PROJECT_VERSION(2 29 91)

if (USE_GTK4)
set(WEBKITGTK_API_VERSION 5.0)
Expand All @@ -13,10 +13,10 @@ if (USE_GTK4)
else ()
set(WEBKITGTK_API_VERSION 4.0)
set(GTK_MINIMUM_VERSION 3.22.0)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 1 49)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 2 49)
endif ()

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 35 5 17)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 35 6 17)

# These are shared variables, but we special case their definition so that we can use the
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
Expand Down

0 comments on commit 1e03757

Please sign in to comment.