comparison libinterp/Makefile.am @ 20134:57b6e06ed811

maint: update library version numbers for upcoming release * libgui/Makefile.am (liboctgui_current): Bump to 1. * libinterp/Makefile.am (liboctinterp_current): Bump to 3. * liboctave/Makefile.am (liboctave_current): Bump to 3. * configure.ac (OCTAVE_API_VERSION): Bump to api-v50+.
author Mike Miller <mtmiller@octave.org>
date Sun, 26 Apr 2015 22:36:44 -0400
parents 2350fc8ba960
children
comparison
equal deleted inserted replaced
20133:bef9086a6725 20134:57b6e06ed811
197 corefcn/libtex_parser.la \ 197 corefcn/libtex_parser.la \
198 $(top_builddir)/liboctave/liboctave.la \ 198 $(top_builddir)/liboctave/liboctave.la \
199 $(LIBOCTINTERP_LINK_DEPS) 199 $(LIBOCTINTERP_LINK_DEPS)
200 200
201 # Increment these as needed and according to the rules in the libtool manual: 201 # Increment these as needed and according to the rules in the libtool manual:
202 liboctinterp_current = 2 202 liboctinterp_current = 3
203 liboctinterp_revision = 0 203 liboctinterp_revision = 0
204 liboctinterp_age = 0 204 liboctinterp_age = 0
205 205
206 liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age) 206 liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age)
207 207