Title: [250145] trunk
Revision
250145
Author
ape...@igalia.com
Date
2019-09-20 13:21:22 -0700 (Fri, 20 Sep 2019)

Log Message

Unreviewed. Bump WPE version numbers.

* Source/cmake/OptionsWPE.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (250144 => 250145)


--- trunk/ChangeLog	2019-09-20 20:17:26 UTC (rev 250144)
+++ trunk/ChangeLog	2019-09-20 20:21:22 UTC (rev 250145)
@@ -1,3 +1,9 @@
+2019-09-20  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Bump WPE version numbers.
+
+        * Source/cmake/OptionsWPE.cmake:
+
 2019-09-17  Fujii Hironori  <hironori.fu...@sony.com>
 
         [WinCairo][curl] Define NOCRYPT to suppress libressl "Warning, overriding WinCrypt defines"

Modified: trunk/Source/cmake/OptionsWPE.cmake (250144 => 250145)


--- trunk/Source/cmake/OptionsWPE.cmake	2019-09-20 20:17:26 UTC (rev 250144)
+++ trunk/Source/cmake/OptionsWPE.cmake	2019-09-20 20:21:22 UTC (rev 250145)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 25 1)
+SET_PROJECT_VERSION(2 27 0)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 7 0 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 9 0 6)
 
 # 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