Changes between Version 12 and Version 13 of WebKitGTK/Releasing


Ignore:
Timestamp:
Feb 23, 2012 10:59:29 AM (12 years ago)
Author:
Carlos Garcia Campos
Comment:

Bring back information about how to update library version

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Releasing

    v12 v13  
    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=12:0:12 }}}
     24     {{{ LIBWEBKITGTK_VERSION=C:R:A }}}
     25        * C (current): increment if the interface has additions, changes, removals.
     26        * R (revision): increment any time the source changes; set to 0 if you increment CURRENT
     27        * A (age): increment if any interfaces have been added; set to 0 if any interfaces have been changed or removed. Removal has precedence over adding, so set to 0 if both happened.
    2528    * The user-agent version should be updated from Source/WebCore/Configurations/Version.xcconfig. It's controlled by the lines:
    2629    {{{