Title: [201710] trunk
Revision
201710
Author
[email protected]
Date
2016-06-06 06:00:52 -0700 (Mon, 06 Jun 2016)

Log Message

[EFL] Update ewebkit minor version
https://bugs.webkit.org/show_bug.cgi?id=158409

Reviewed by Csaba Osztrogonác.

EWebKit has used efl 1.17 version though, it still is stopped at version 1.14.

* Source/cmake/OptionsEfl.cmake: Bump minor version to 1.17.

Modified Paths

Diff

Modified: trunk/ChangeLog (201709 => 201710)


--- trunk/ChangeLog	2016-06-06 12:11:22 UTC (rev 201709)
+++ trunk/ChangeLog	2016-06-06 13:00:52 UTC (rev 201710)
@@ -1,3 +1,14 @@
+2016-06-06  Gyuyoung Kim  <[email protected]>
+
+        [EFL] Update ewebkit minor version
+        https://bugs.webkit.org/show_bug.cgi?id=158409
+
+        Reviewed by Csaba Osztrogonác.
+
+        EWebKit has used efl 1.17 version though, it still is stopped at version 1.14.
+
+        * Source/cmake/OptionsEfl.cmake: Bump minor version to 1.17.
+
 2016-06-05  Gyuyoung Kim  <[email protected]>
 
         [EFL] Sync EFL features with featureList.pm

Modified: trunk/Source/cmake/OptionsEfl.cmake (201709 => 201710)


--- trunk/Source/cmake/OptionsEfl.cmake	2016-06-06 12:11:22 UTC (rev 201709)
+++ trunk/Source/cmake/OptionsEfl.cmake	2016-06-06 13:00:52 UTC (rev 201710)
@@ -1,5 +1,5 @@
 set(PROJECT_VERSION_MAJOR 1)
-set(PROJECT_VERSION_MINOR 14)
+set(PROJECT_VERSION_MINOR 17)
 set(PROJECT_VERSION_MICRO 0)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to