Changes between Version 32 and Version 33 of WebKitGTK/Releasing


Ignore:
Timestamp:
Oct 29, 2018 3:05:24 AM (5 years ago)
Author:
Adrian Perez de Castro
Comment:

The user-agent is not updated anymore, remove mention

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Releasing

    v32 v33  
    2525        * R (revision): increment any time the source changes; set to 0 if you increment CURRENT
    2626        * 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.
    27     * The user-agent version should be updated from [https://trac.webkit.org/browser/trunk/Source/WebCore/Configurations/Version.xcconfig Source/WebCore/Configurations/Version.xcconfig]. It's controlled by the lines:
    28     {{{
    29 add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION=602)
    30 add_definitions(-DUSER_AGENT_GTK_MINOR_VERSION=1)
    31     }}}
    3227
    3328 == 2. Run final tests before release ==