COIN-OR::LEMON - Graph Library

Changes between Version 11 and Version 12 of MakingRelease


Ignore:
Timestamp:
09/25/08 18:16:33 (15 years ago)
Author:
Alpar Juttner
Comment:

Update version handling

Legend:

Unmodified
Added
Removed
Modified
  • MakingRelease

    v11 v12  
    2929 - Then comes some commits (out of the default branch) preparing the repository for the release.
    3030   - Remove all unfinished stuff (e.g. from the documentation)
    31    - Set the release number in {{{configure.ac}}}
     31 - Do a complete reconfiguration with given version like this:
     32   {{{
     33LEMON_VERSION=1.0 autoreconf -vif
     34./configure --enable-demo
     35   }}}
    3236 - Run '''{{{make update-external-tags}}}''' to get doxygen reference to STL.
    3337 - Run '''{{{make distcheck}}}'''
    34    - This will create the tarball.
     38   - This does a very last check and creates the tarball.
    3539 - Create the Windows installer.
    3640 - Tag the released version with '''lemon-x.y'''.