Title: [213024] trunk
Revision
213024
Author
[email protected]
Date
2017-02-26 22:03:23 -0800 (Sun, 26 Feb 2017)

Log Message

[GTK] Unreviewed, bump GTK version numbers also on trunk

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (213023 => 213024)


--- trunk/ChangeLog	2017-02-27 05:20:16 UTC (rev 213023)
+++ trunk/ChangeLog	2017-02-27 06:03:23 UTC (rev 213024)
@@ -1,3 +1,9 @@
+2017-02-26  Michael Catanzaro  <[email protected]>
+
+        [GTK] Unreviewed, bump GTK version numbers also on trunk
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2017-02-23  Tomas Popela  <[email protected]>
 
         [GTK] Compilation fails if using ninja together with icecream and cmake > 3.5

Modified: trunk/Source/cmake/OptionsGTK.cmake (213023 => 213024)


--- trunk/Source/cmake/OptionsGTK.cmake	2017-02-27 05:20:16 UTC (rev 213023)
+++ trunk/Source/cmake/OptionsGTK.cmake	2017-02-27 06:03:23 UTC (rev 213024)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 15)
-set(PROJECT_VERSION_MICRO 4)
+set(PROJECT_VERSION_MICRO 90)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -14,8 +14,8 @@
 
 # Libtool library version, not to be confused with API version.
 # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 55 0 18)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 3 5)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 56 0 19)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 4 5)
 
 # 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