comparison liboctave/Makefile.am @ 21638:acaf1e137c5e stable release-4-0-2

Version 4.0.2 released. * configure.ac: Bump version to 4.0.2. (OCTAVE_PATCH_VERSION): Bump to 2. (OCTAVE_RELEASE_DATE): Update. * liboctave/Makefile.am (liboctave_revision): Increment. * libinterp/Makefile.am (liboctinterp_revision): Increment.
author John W. Eaton <jwe@octave.org>
date Wed, 20 Apr 2016 15:00:37 -0400
parents 7bb71bf2f30f
children
comparison
equal deleted inserted replaced
21619:9860b8183202 21638:acaf1e137c5e
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 = 3 100 liboctave_current = 3
101 liboctave_revision = 1 101 liboctave_revision = 2
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
106 liboctave_la_LDFLAGS = \ 106 liboctave_la_LDFLAGS = \