Title: [236246] trunk
Revision
236246
Author
[email protected]
Date
2018-09-20 00:21:05 -0700 (Thu, 20 Sep 2018)

Log Message

Unreviewed. Update GTK+ library versions after r235362.

Project version number was updated without bumping the library versions too.

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (236245 => 236246)


--- trunk/ChangeLog	2018-09-20 07:16:44 UTC (rev 236245)
+++ trunk/ChangeLog	2018-09-20 07:21:05 UTC (rev 236246)
@@ -1,3 +1,11 @@
+2018-09-20  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update GTK+ library versions after r235362.
+
+        Project version number was updated without bumping the library versions too.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2018-09-12  Dan Bernstein  <[email protected]>
 
         Updated svn:ignore after r235381.

Modified: trunk/Source/cmake/OptionsGTK.cmake (236245 => 236246)


--- trunk/Source/cmake/OptionsGTK.cmake	2018-09-20 07:16:44 UTC (rev 236245)
+++ trunk/Source/cmake/OptionsGTK.cmake	2018-09-20 07:21:05 UTC (rev 236246)
@@ -4,8 +4,8 @@
 SET_PROJECT_VERSION(2 23 0)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 68 1 31)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 28 0 10)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 71 0 34)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 30 0 12)
 
 # 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to