Title: [229456] trunk
Revision
229456
Author
carlo...@webkit.org
Date
2018-03-09 02:18:50 -0800 (Fri, 09 Mar 2018)

Log Message

Unreviewed. Bump WebKitGTK+ version to 2.21.0.

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (229455 => 229456)


--- trunk/ChangeLog	2018-03-09 09:13:35 UTC (rev 229455)
+++ trunk/ChangeLog	2018-03-09 10:18:50 UTC (rev 229456)
@@ -1,3 +1,9 @@
+2018-03-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Bump WebKitGTK+ version to 2.21.0.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2018-03-08  Tim Horton  <timothy_hor...@apple.com>
 
         Add a way to not build libwebrtc when building WebKit via Makefiles

Modified: trunk/Source/cmake/OptionsGTK.cmake (229455 => 229456)


--- trunk/Source/cmake/OptionsGTK.cmake	2018-03-09 09:13:35 UTC (rev 229455)
+++ trunk/Source/cmake/OptionsGTK.cmake	2018-03-09 10:18:50 UTC (rev 229456)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 19 6)
+SET_PROJECT_VERSION(2 21 0)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 2 27)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 4 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 66 0 29)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 27 0 9)
 
 # 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.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to