comparison libinterp/Makefile.am @ 18041:c0c61619917e stable

update library version numbers for upcoming release * liboctave/Makefile.am (liboctave_current): Bump to 2. (liboctave_revision, liboctave_age): Set to 0. * liboctinterp/Makefile.am (liboctinterp_current): Bump to 2. (liboctinterp_revision, liboctinterp_age): Set to 0. * liboctgui/Makefile.am (liboctgui_current, liboctgui_revision, liboctgui_age): Set to 0 for first official release with GUI library.
author John W. Eaton <jwe@octave.org>
date Mon, 02 Dec 2013 15:18:20 -0500
parents f22714d4a5da
children df4e0018036a b6b6e0dc700e
comparison
equal deleted inserted replaced
18040:62f94ef938b4 18041:c0c61619917e
185 corefcn/libtex_parser.la \ 185 corefcn/libtex_parser.la \
186 $(top_builddir)/liboctave/liboctave.la \ 186 $(top_builddir)/liboctave/liboctave.la \
187 $(LIBOCTINTERP_LINK_DEPS) 187 $(LIBOCTINTERP_LINK_DEPS)
188 188
189 # Increment these as needed and according to the rules in the libtool manual: 189 # Increment these as needed and according to the rules in the libtool manual:
190 liboctinterp_current = 1 190 liboctinterp_current = 2
191 liboctinterp_revision = 1 191 liboctinterp_revision = 0
192 liboctinterp_age = 0 192 liboctinterp_age = 0
193 193
194 liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age) 194 liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age)
195 195
196 liboctinterp_la_LDFLAGS = \ 196 liboctinterp_la_LDFLAGS = \