Changes between Version 11 and Version 12 of MakingRelease
- Timestamp:
- 09/25/08 16:16:33 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakingRelease
v11 v12 29 29 - Then comes some commits (out of the default branch) preparing the repository for the release. 30 30 - 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 {{{ 33 LEMON_VERSION=1.0 autoreconf -vif 34 ./configure --enable-demo 35 }}} 32 36 - Run '''{{{make update-external-tags}}}''' to get doxygen reference to STL. 33 37 - Run '''{{{make distcheck}}}''' 34 - This will createthe tarball.38 - This does a very last check and creates the tarball. 35 39 - Create the Windows installer. 36 40 - Tag the released version with '''lemon-x.y'''.