Title: [235362] trunk
Revision
235362
Author
[email protected]
Date
2018-08-27 07:31:23 -0700 (Mon, 27 Aug 2018)

Log Message

Unreviewed, bump WPE/GTK version numbers

We have a pkg-config dependency on 2.21.92 but trunk is stuck on 2.21.5. So bump the version
number to 2.23.0. It seems like a good version number to use until the next real release
(2.23.1).

* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (235361 => 235362)


--- trunk/ChangeLog	2018-08-27 14:02:45 UTC (rev 235361)
+++ trunk/ChangeLog	2018-08-27 14:31:23 UTC (rev 235362)
@@ -1,3 +1,14 @@
+2018-08-27  Michael Catanzaro  <[email protected]>
+
+        Unreviewed, bump WPE/GTK version numbers
+
+        We have a pkg-config dependency on 2.21.92 but trunk is stuck on 2.21.5. So bump the version
+        number to 2.23.0. It seems like a good version number to use until the next real release
+        (2.23.1).
+
+        * Source/cmake/OptionsGTK.cmake:
+        * Source/cmake/OptionsWPE.cmake:
+
 2018-08-26  Michael Catanzaro  <[email protected]>
 
         [CMake] Remove stale comment from WebKitFeatures.cmake

Modified: trunk/Source/cmake/OptionsGTK.cmake (235361 => 235362)


--- trunk/Source/cmake/OptionsGTK.cmake	2018-08-27 14:02:45 UTC (rev 235361)
+++ trunk/Source/cmake/OptionsGTK.cmake	2018-08-27 14:31:23 UTC (rev 235362)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 21 5)
+SET_PROJECT_VERSION(2 23 0)
 set(WEBKITGTK_API_VERSION 4.0)
 
 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 68 1 31)

Modified: trunk/Source/cmake/OptionsWPE.cmake (235361 => 235362)


--- trunk/Source/cmake/OptionsWPE.cmake	2018-08-27 14:02:45 UTC (rev 235361)
+++ trunk/Source/cmake/OptionsWPE.cmake	2018-08-27 14:31:23 UTC (rev 235362)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 21 91)
+SET_PROJECT_VERSION(2 23 0)
 set(WPE_API_VERSION 0.1)
 
 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 0 2)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to