Changes between Version 17 and Version 18 of WebKitGTK/Releasing


Ignore:
Timestamp:
Feb 21, 2013 6:49:44 AM (11 years ago)
Author:
Carlos Garcia Campos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Releasing

    v17 v18  
    1414$ find Source/WebKit/gtk/webkit/ -name "webkit*.h" ! -name '*private.h' | xargs git log -p <commit-id-of-previous-release>.. --
    1515}}}
    16   * Update configure.ac:
     16  * Update Source/autotools/Versions.m4:
    1717    * The public version is controlled by the lines:
    1818        {{{
     
    2222        }}}
    2323    * The [http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html libtool library version] is controlled by the line:
    24      {{{ LIBWEBKITGTK_VERSION=C:R:A }}}
     24     {{{ m4_define([libwebkitgtk_version], [C:R:A]) }}}
    2525        * C (current): increment if the interface has additions, changes, removals.
    2626        * R (revision): increment any time the source changes; set to 0 if you increment CURRENT