comparison libinterp/module.mk @ 22455:b8eeca55fa81 rc-4-2-0-1

maint: Bump version number for 4.2.0-rc1. * configure.ac: Bump version to 4.2.0-rc1. * libgui/module.mk: Bump library version for 4.2.0 release. * libinterp/module.mk: Bump library version for 4.2.0 release. * liboctave/module.mk: Bump library version for 4.2.0 release.
author John W. Eaton <jwe@octave.org>
date Wed, 07 Sep 2016 20:46:38 -0400
parents c0cdf1c92086
children 78b3c48be3e6
comparison
equal deleted inserted replaced
22446:ec9dca76189c 22455:b8eeca55fa81
170 $(LIBINTERP_DLDFCN_LIBADD) \ 170 $(LIBINTERP_DLDFCN_LIBADD) \
171 liboctave/liboctave.la \ 171 liboctave/liboctave.la \
172 $(LIBOCTINTERP_LINK_DEPS) 172 $(LIBOCTINTERP_LINK_DEPS)
173 173
174 # Increment these as needed and according to the rules in the libtool manual: 174 # Increment these as needed and according to the rules in the libtool manual:
175 libinterp_liboctinterp_current = 3 175 libinterp_liboctinterp_current = 4
176 libinterp_liboctinterp_revision = 0 176 libinterp_liboctinterp_revision = 0
177 libinterp_liboctinterp_age = 0 177 libinterp_liboctinterp_age = 0
178 178
179 libinterp_liboctinterp_version_info = $(libinterp_liboctinterp_current):$(libinterp_liboctinterp_revision):$(libinterp_liboctinterp_age) 179 libinterp_liboctinterp_version_info = $(libinterp_liboctinterp_current):$(libinterp_liboctinterp_revision):$(libinterp_liboctinterp_age)
180 180