# HG changeset patch # User John W. Eaton # Date 1457640104 18000 # Node ID 7bb71bf2f30f58080c7c29ce30dad092d9644c21 # Parent e169fe73b57ef6d0fdca1fea4ecf27c5a50c74da 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. diff -r e169fe73b57e -r 7bb71bf2f30f libgui/Makefile.am --- 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) diff -r e169fe73b57e -r 7bb71bf2f30f libinterp/Makefile.am --- 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) diff -r e169fe73b57e -r 7bb71bf2f30f liboctave/Makefile.am --- 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)