Title: [257415] trunk
Revision
257415
Author
[email protected]
Date
2020-02-26 01:16:48 -0800 (Wed, 26 Feb 2020)

Log Message

Unreviewed. Bump GTK version numbers

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (257414 => 257415)


--- trunk/ChangeLog	2020-02-26 08:47:57 UTC (rev 257414)
+++ trunk/ChangeLog	2020-02-26 09:16:48 UTC (rev 257415)
@@ -1,3 +1,9 @@
+2020-02-26  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Bump GTK version numbers
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2020-02-25  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Add support for rendering slider ticks

Modified: trunk/Source/cmake/OptionsGTK.cmake (257414 => 257415)


--- trunk/Source/cmake/OptionsGTK.cmake	2020-02-26 08:47:57 UTC (rev 257414)
+++ trunk/Source/cmake/OptionsGTK.cmake	2020-02-26 09:16:48 UTC (rev 257415)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 27 4)
+SET_PROJECT_VERSION(2 29 0)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 80 0 43)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 34 0 16)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 82 0 45)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 0 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.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to