changeset 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 e169fe73b57e
children 2b66f30a0de7
files libgui/Makefile.am libinterp/Makefile.am liboctave/Makefile.am
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/Makefile.am	Mon Dec 28 08:40:05 2015 -0800
+++ b/libgui/Makefile.am	Thu Mar 10 15:01:44 2016 -0500
@@ -77,9 +77,9 @@
   $(LIBOCTGUI_LINK_DEPS)
 
 # Increment these as needed and according to the rules in the libtool manual:
-liboctgui_current = 1
+liboctgui_current = 2
 liboctgui_revision = 0
-liboctgui_age = 0
+liboctgui_age = 1
 
 liboctgui_version_info = $(liboctgui_current):$(liboctgui_revision):$(liboctgui_age)
 
--- 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)
 
--- a/liboctave/Makefile.am	Mon Dec 28 08:40:05 2015 -0800
+++ b/liboctave/Makefile.am	Thu Mar 10 15:01:44 2016 -0500
@@ -98,7 +98,7 @@
 
 # Increment these as needed and according to the rules in the libtool manual:
 liboctave_current = 3
-liboctave_revision = 0
+liboctave_revision = 1
 liboctave_age = 0
 
 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age)