From: carlosgc@webkit.org Date: Thu, 30 Apr 2015 07:13:07 +0000 (+0000) Subject: Unreviewed. Bump GTK+ version numbers. X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=6623d599a63c524662da0e2bc34b1044ae68878f Unreviewed. Bump GTK+ version numbers. * Source/cmake/OptionsGTK.cmake: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@183622 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/ChangeLog b/ChangeLog index 71ac0cb..9052242 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-04-30 Carlos Garcia Campos + + Unreviewed. Bump GTK+ version numbers. + + * Source/cmake/OptionsGTK.cmake: + 2015-04-29 Ryuan Choi [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON diff --git a/Source/cmake/OptionsGTK.cmake b/Source/cmake/OptionsGTK.cmake index 6626ac7..00546ae 100644 --- a/Source/cmake/OptionsGTK.cmake +++ b/Source/cmake/OptionsGTK.cmake @@ -2,15 +2,15 @@ include(CMakePushCheckState) include(GNUInstallDirs) set(PROJECT_VERSION_MAJOR 2) -set(PROJECT_VERSION_MINOR 7) -set(PROJECT_VERSION_MICRO 4) +set(PROJECT_VERSION_MINOR 9) +set(PROJECT_VERSION_MICRO 0) set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO}) set(WEBKITGTK_API_VERSION 4.0) # 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 42 0 5) -CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 3 1) +CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 44 0 7) +CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 20 0 2) # 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.