Title: [249643] trunk
Revision
249643
Author
carlo...@webkit.org
Date
2019-09-09 02:44:55 -0700 (Mon, 09 Sep 2019)

Log Message

Unreviewed. Bump GTK version numbers

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (249642 => 249643)


--- trunk/ChangeLog	2019-09-09 09:21:59 UTC (rev 249642)
+++ trunk/ChangeLog	2019-09-09 09:44:55 UTC (rev 249643)
@@ -1,3 +1,9 @@
+2019-09-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Bump GTK version numbers
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2019-08-23  Alex Christensen  <achristen...@webkit.org>
 
         Remove NPAPI Examples

Modified: trunk/Source/cmake/OptionsGTK.cmake (249642 => 249643)


--- trunk/Source/cmake/OptionsGTK.cmake	2019-09-09 09:21:59 UTC (rev 249642)
+++ trunk/Source/cmake/OptionsGTK.cmake	2019-09-09 09:44:55 UTC (rev 249643)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 25 4)
+SET_PROJECT_VERSION(2 27 0)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 3 38)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 3 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 77 0 40)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 33 0 15)
 
 # 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