Title: [198984] trunk
Revision
198984
Author
carlo...@webkit.org
Date
2016-04-03 03:56:31 -0700 (Sun, 03 Apr 2016)

Log Message

Unreviewed. Bump GTK+ versions numbers.

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (198983 => 198984)


--- trunk/ChangeLog	2016-04-03 10:50:11 UTC (rev 198983)
+++ trunk/ChangeLog	2016-04-03 10:56:31 UTC (rev 198984)
@@ -1,3 +1,9 @@
+2016-04-03  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Bump GTK+ versions numbers.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2016-03-31  Daniel Bates  <daba...@apple.com>
 
         tool tip/alt. text appears when mouse is no longer hovering over link

Modified: trunk/Source/cmake/OptionsGTK.cmake (198983 => 198984)


--- trunk/Source/cmake/OptionsGTK.cmake	2016-04-03 10:50:11 UTC (rev 198983)
+++ trunk/Source/cmake/OptionsGTK.cmake	2016-04-03 10:56:31 UTC (rev 198984)
@@ -1,8 +1,8 @@
 include(GNUInstallDirs)
 
 set(PROJECT_VERSION_MAJOR 2)
-set(PROJECT_VERSION_MINOR 11)
-set(PROJECT_VERSION_MICRO 5)
+set(PROJECT_VERSION_MINOR 13)
+set(PROJECT_VERSION_MICRO 0)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -15,8 +15,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 50 2 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 4 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 0 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 0 4)
 
 # 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