comparison liboctave/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 4197fc428c7d
children
comparison
equal deleted inserted replaced
20133:bef9086a6725 20134:57b6e06ed811
95 liboctave_la_LIBADD += \ 95 liboctave_la_LIBADD += \
96 $(top_builddir)/libgnu/libgnu.la \ 96 $(top_builddir)/libgnu/libgnu.la \
97 $(LIBOCTAVE_LINK_DEPS) 97 $(LIBOCTAVE_LINK_DEPS)
98 98
99 # Increment these as needed and according to the rules in the libtool manual: 99 # Increment these as needed and according to the rules in the libtool manual:
100 liboctave_current = 2 100 liboctave_current = 3
101 liboctave_revision = 0 101 liboctave_revision = 0
102 liboctave_age = 0 102 liboctave_age = 0
103 103
104 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age) 104 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age)
105 105