Changeset 209970 in webkit


Ignore:
Timestamp:
Dec 17, 2016 10:07:17 PM (7 years ago)
Author:
jh718.park@samsung.com
Message:

[EFL] bump EFL version to 1.18.4
https://bugs.webkit.org/show_bug.cgi?id=166004

Reviewed by Gyuyoung Kim.

.:

  • Source/cmake/OptionsEfl.cmake: Use efl-1.18.4 instead of 1.18.1.

Tools:

  • efl/jhbuild.modules: Use efl-1.18.4 instead of 1.18.1.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r209883 r209970  
     12016-12-17  Joonghun Park  <jh718.park@samsung.com>
     2
     3        [EFL] bump EFL version to 1.18.4
     4        https://bugs.webkit.org/show_bug.cgi?id=166004
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        * Source/cmake/OptionsEfl.cmake: Use efl-1.18.4 instead of 1.18.1.
     9
    1102016-12-15  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Source/cmake/OptionsEfl.cmake

    r208440 r209970  
    11set(PROJECT_VERSION_MAJOR 1)
    22set(PROJECT_VERSION_MINOR 18)
    3 set(PROJECT_VERSION_MICRO 1)
     3set(PROJECT_VERSION_MICRO 4)
    44set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
    55
  • trunk/Tools/ChangeLog

    r209967 r209970  
     12016-12-17  Joonghun Park  <jh718.park@samsung.com>
     2
     3        [EFL] bump EFL version to 1.18.4
     4        https://bugs.webkit.org/show_bug.cgi?id=166004
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        * efl/jhbuild.modules: Use efl-1.18.4 instead of 1.18.1.
     9
    1102016-12-17  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/Tools/efl/jhbuild.modules

    r209918 r209970  
    175175      <dep package="gst-plugins-base"/>
    176176    </dependencies>
    177     <branch module="rel/libs/efl/efl-1.18.1.tar.gz" version="1.18.1"
     177    <branch module="rel/libs/efl/efl-1.18.4.tar.gz" version="1.18.4"
    178178            repo="download.enlightenment.org"
    179             hash="sha256:008640c51e90481797984d0cb58a077af746922fb179b4af91ca591c37ad112d">
     179            hash="sha256:d19669eece770cc09733568c7dfef9870daa0f8b9f613ab76ad14b2f5de20040">
    180180    </branch>
    181181  </autotools>
Note: See TracChangeset for help on using the changeset viewer.