comparison liboctave/module.mk @ 25771:1f46d371968c stable release-4-4-1

Version 4.4.1 released * configure.ac (AC_INIT): Update version info for release. (OCTAVE_PATCH_VERSION): Set to 1. (OCTAVE_RELEASE_DATE): Set to 2018-08-09. * CITATION, org.octave.Octave.appdata.xml: Update version info. * libgui/module.mk (liboctgui_current): Now 4. * libinterp/module.mk (liboctinterp_current): Now 6. * liboctave/module.mk (liboctave_current): Now 6. We normally try to preserve backward compatibility of the API for minor releases, but it was not possible this time.
author John W. Eaton <jwe@octave.org>
date Thu, 09 Aug 2018 14:20:32 -0400
parents faed660f7222
children 5eeecebcd91a
comparison
equal deleted inserted replaced
25767:d26ea52635d2 25771:1f46d371968c
71 %canon_reldir%_%canon_reldir%_la_LIBADD += \ 71 %canon_reldir%_%canon_reldir%_la_LIBADD += \
72 libgnu/libgnu.la \ 72 libgnu/libgnu.la \
73 $(LIBOCTAVE_LINK_DEPS) 73 $(LIBOCTAVE_LINK_DEPS)
74 74
75 # Increment these as needed and according to the rules in the libtool manual: 75 # Increment these as needed and according to the rules in the libtool manual:
76 %canon_reldir%_%canon_reldir%_current = 5 76 %canon_reldir%_%canon_reldir%_current = 6
77 %canon_reldir%_%canon_reldir%_revision = 0 77 %canon_reldir%_%canon_reldir%_revision = 0
78 %canon_reldir%_%canon_reldir%_age = 0 78 %canon_reldir%_%canon_reldir%_age = 0
79 79
80 %canon_reldir%_%canon_reldir%_version_info = $(%canon_reldir%_%canon_reldir%_current):$(%canon_reldir%_%canon_reldir%_revision):$(%canon_reldir%_%canon_reldir%_age) 80 %canon_reldir%_%canon_reldir%_version_info = $(%canon_reldir%_%canon_reldir%_current):$(%canon_reldir%_%canon_reldir%_revision):$(%canon_reldir%_%canon_reldir%_age)
81 81