Title: [213026] trunk
Revision
213026
Author
[email protected]
Date
2017-02-26 22:44:08 -0800 (Sun, 26 Feb 2017)

Log Message

Unreviewed, rolling out r213024.

Wrong version numbers

Reverted changeset:

"[GTK] Unreviewed, bump GTK version numbers also on trunk"
http://trac.webkit.org/changeset/213024

Modified Paths

Diff

Modified: trunk/ChangeLog (213025 => 213026)


--- trunk/ChangeLog	2017-02-27 06:31:44 UTC (rev 213025)
+++ trunk/ChangeLog	2017-02-27 06:44:08 UTC (rev 213026)
@@ -1,3 +1,14 @@
+2017-02-26  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed, rolling out r213024.
+
+        Wrong version numbers
+
+        Reverted changeset:
+
+        "[GTK] Unreviewed, bump GTK version numbers also on trunk"
+        http://trac.webkit.org/changeset/213024
+
 2017-02-26  Michael Catanzaro  <[email protected]>
 
         [GTK] Unreviewed, bump GTK version numbers also on trunk

Modified: trunk/Source/cmake/OptionsGTK.cmake (213025 => 213026)


--- trunk/Source/cmake/OptionsGTK.cmake	2017-02-27 06:31:44 UTC (rev 213025)
+++ trunk/Source/cmake/OptionsGTK.cmake	2017-02-27 06:44:08 UTC (rev 213026)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 15)
-set(PROJECT_VERSION_MICRO 90)
+set(PROJECT_VERSION_MICRO 4)
 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 56 0 19)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 4 5)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 55 0 18)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 3 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