Title: [294581] trunk/Source/cmake/OptionsWPE.cmake
Revision
294581
Author
ape...@igalia.com
Date
2022-05-20 14:41:14 -0700 (Fri, 20 May 2022)

Log Message

Unreviewed. [WPE] Bump version numbers

* Source/cmake/OptionsWPE.cmake: Update version numbers for the next
  release series.

Canonical link: https://commits.webkit.org/250818@main

Modified Paths

Diff

Modified: trunk/Source/cmake/OptionsWPE.cmake (294580 => 294581)


--- trunk/Source/cmake/OptionsWPE.cmake	2022-05-20 21:33:55 UTC (rev 294580)
+++ trunk/Source/cmake/OptionsWPE.cmake	2022-05-20 21:41:14 UTC (rev 294581)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 35 1)
+SET_PROJECT_VERSION(2 37 0)
 
 # This is required because we use the DEPFILE argument to add_custom_command().
 # Remove after upgrading cmake_minimum_required() to 3.20.
@@ -167,9 +167,9 @@
 endif ()
 
 if (WPE_API_VERSION VERSION_EQUAL "1.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 20 0 17)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 21 0 18)
 else ()
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 0 1)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 2 0 2)
 endif ()
 
 set(CMAKE_C_VISIBILITY_PRESET hidden)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to