Changes between Version 31 and Version 32 of WebKitGTK/Releasing


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

Update to make note of SET_PROJECT_VERSION() usage

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Releasing

    v31 v32  
    1313      * Take special care to note any additions in the API.
    1414  * Update [https://trac.webkit.org/browser/trunk/Source/cmake/OptionsGTK.cmake Source/cmake/OptionsGTK.cmake]:
    15     * The public version is controlled by the lines:
     15    * The public version is controlled by the line:
    1616        {{{
    17 set(PROJECT_VERSION_MAJOR 2)
    18 set(PROJECT_VERSION_MINOR 9)
    19 set(PROJECT_VERSION_MICRO 4)
     17SET_PROJECT_VERSION(2 22 3)
    2018        }}}
    2119    * The [http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html libtool library version] is controlled by the lines: