1,852
edits
m (→make check) |
(→Create new release candidate: Add libtool versioning) |
||
Line 74: | Line 74: | ||
** <code>OCTAVE_MAJOR/MINOR/PATCH_VERSION</code> | ** <code>OCTAVE_MAJOR/MINOR/PATCH_VERSION</code> | ||
** <code>OCTAVE_RELEASE_DATE</code> | ** <code>OCTAVE_RELEASE_DATE</code> | ||
* Update libtool versioning: | |||
** {{Path|liboctave/module.mk}} <code>%canon_reldir%_%canon_reldir%_current</code> | |||
** {{Path|libinterp/module.mk}} <code>%canon_reldir%_liboctinterp_current</code> | |||
** {{Path|libgui/module.mk}} <code>%canon_reldir%_liboctgui_current</code> | |||
* Verify <code>make distcheck</code> passes. | * Verify <code>make distcheck</code> passes. | ||
* Verify <code>make dist</code> works. | * Verify <code>make dist</code> works. |