comparison liboctave/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 d63878346099
children 3087dc835497 446c46af4b42
comparison
equal deleted inserted replaced
18040:62f94ef938b4 18041:c0c61619917e
102 util/libutil.la \ 102 util/libutil.la \
103 $(top_builddir)/libgnu/libgnu.la \ 103 $(top_builddir)/libgnu/libgnu.la \
104 $(LIBOCTAVE_LINK_DEPS) 104 $(LIBOCTAVE_LINK_DEPS)
105 105
106 # Increment these as needed and according to the rules in the libtool manual: 106 # Increment these as needed and according to the rules in the libtool manual:
107 liboctave_current = 1 107 liboctave_current = 2
108 liboctave_revision = 1 108 liboctave_revision = 0
109 liboctave_age = 0 109 liboctave_age = 0
110 110
111 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age) 111 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age)
112 112
113 liboctave_la_LDFLAGS = \ 113 liboctave_la_LDFLAGS = \