Title: [273552] trunk
Revision
273552
Author
[email protected]
Date
2021-02-26 06:00:26 -0800 (Fri, 26 Feb 2021)

Log Message

Unreviewed. [GTK] Bump version numbers

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (273551 => 273552)


--- trunk/ChangeLog	2021-02-26 12:45:35 UTC (rev 273551)
+++ trunk/ChangeLog	2021-02-26 14:00:26 UTC (rev 273552)
@@ -1,3 +1,9 @@
+2021-02-26  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. [GTK] Bump version numbers
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2021-02-26  Imanol Fernandez  <[email protected]>
 
         Implement OpenXR port graphics binding

Modified: trunk/Source/cmake/OptionsGTK.cmake (273551 => 273552)


--- trunk/Source/cmake/OptionsGTK.cmake	2021-02-26 12:45:35 UTC (rev 273551)
+++ trunk/Source/cmake/OptionsGTK.cmake	2021-02-26 14:00:26 UTC (rev 273552)
@@ -4,7 +4,7 @@
 WEBKIT_OPTION_BEGIN()
 WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)
 
-SET_PROJECT_VERSION(2 31 1)
+SET_PROJECT_VERSION(2 33 0)
 
 if (USE_GTK4)
     set(WEBKITGTK_API_VERSION 5.0)
@@ -13,10 +13,10 @@
 else ()
     set(WEBKITGTK_API_VERSION 4.0)
     set(GTK_MINIMUM_VERSION 3.22.0)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 88 0 51)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 0 53)
 endif ()
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 1 18)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 0 19)
 
 # 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