Title: [205245] trunk
- Revision
- 205245
- Author
- [email protected]
- Date
- 2016-08-31 01:30:58 -0700 (Wed, 31 Aug 2016)
Log Message
Unreviewed. Bump GTK+ versions numbers.
* Source/cmake/OptionsGTK.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (205244 => 205245)
--- trunk/ChangeLog 2016-08-31 08:26:48 UTC (rev 205244)
+++ trunk/ChangeLog 2016-08-31 08:30:58 UTC (rev 205245)
@@ -1,3 +1,9 @@
+2016-08-31 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Bump GTK+ versions numbers.
+
+ * Source/cmake/OptionsGTK.cmake:
+
2016-08-30 Philippe Normand <[email protected]>
[GStreamer] bump required version to 1.2.3
Modified: trunk/Source/cmake/OptionsGTK.cmake (205244 => 205245)
--- trunk/Source/cmake/OptionsGTK.cmake 2016-08-31 08:26:48 UTC (rev 205244)
+++ trunk/Source/cmake/OptionsGTK.cmake 2016-08-31 08:30:58 UTC (rev 205245)
@@ -1,8 +1,8 @@
include(GNUInstallDirs)
set(PROJECT_VERSION_MAJOR 2)
-set(PROJECT_VERSION_MINOR 13)
-set(PROJECT_VERSION_MICRO 4)
+set(PROJECT_VERSION_MINOR 15)
+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 51 3 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 3 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 52 0 15)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 0 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.
@@ -197,7 +197,7 @@
add_definitions(-DBUILDING_GTK__=1)
add_definitions(-DGETTEXT_PACKAGE="WebKit2GTK-${WEBKITGTK_API_VERSION}")
add_definitions(-DDATA_DIR="${CMAKE_INSTALL_DATADIR}")
-add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION="602")
+add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION="603")
add_definitions(-DUSER_AGENT_GTK_MINOR_VERSION="1")
add_definitions(-DWEBKITGTK_API_VERSION_STRING="${WEBKITGTK_API_VERSION}")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes