diff libinterp/Makefile.am @ 21429:7bb71bf2f30f stable

bump liboctave, libinterp, and libgui version numbers for release * libgui/Makefile.am, libinterp/Makefile.am: Increment current and age version numbers and set revision version number to 0 as recommended by the libtool manual when interfaces have been added. * liboctave/Makefile.am: Increment as recommended by the libtool manual when the library sources change but no interfaces have changed.
author John W. Eaton <jwe@octave.org>
date Thu, 10 Mar 2016 15:01:44 -0500
parents 57b6e06ed811
children acaf1e137c5e
line wrap: on
line diff
--- a/libinterp/Makefile.am	Mon Dec 28 08:40:05 2015 -0800
+++ b/libinterp/Makefile.am	Thu Mar 10 15:01:44 2016 -0500
@@ -199,9 +199,9 @@
   $(LIBOCTINTERP_LINK_DEPS)
 
 # Increment these as needed and according to the rules in the libtool manual:
-liboctinterp_current = 3
+liboctinterp_current = 4
 liboctinterp_revision = 0
-liboctinterp_age = 0
+liboctinterp_age = 1
 
 liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age)