# HG changeset patch # User John W. Eaton # Date 1326231337 18000 # Node ID 5d5400bd1f6260b14f184457b8c4ea0cde0ab2ca # Parent 5bb929d8b4f9145d826044fb2a051ef2189c7a46 maint: update library version numbers for release * libcruft/Makefile.am (libcruft_current): Set to 1. * liboctave/Makefile.am (liboctave_current): Set to 1 * src/Makefile.am (liboctinterp_current): Set to 1. diff -r 5bb929d8b4f9 -r 5d5400bd1f62 libcruft/Makefile.am --- a/libcruft/Makefile.am Tue Jan 10 16:43:31 2012 -0500 +++ b/libcruft/Makefile.am Tue Jan 10 16:35:37 2012 -0500 @@ -43,7 +43,7 @@ # Increment these as needed and according to the rules in the libtool # manual: -libcruft_current = 0 +libcruft_current = 1 libcruft_revision = 0 libcruft_age = 0 diff -r 5bb929d8b4f9 -r 5d5400bd1f62 liboctave/Makefile.am --- a/liboctave/Makefile.am Tue Jan 10 16:43:31 2012 -0500 +++ b/liboctave/Makefile.am Tue Jan 10 16:35:37 2012 -0500 @@ -520,7 +520,7 @@ # Increment these as needed and according to the rules in the libtool # manual: -liboctave_current = 0 +liboctave_current = 1 liboctave_revision = 0 liboctave_age = 0 diff -r 5bb929d8b4f9 -r 5d5400bd1f62 src/Makefile.am --- a/src/Makefile.am Tue Jan 10 16:43:31 2012 -0500 +++ b/src/Makefile.am Tue Jan 10 16:35:37 2012 -0500 @@ -515,7 +515,7 @@ $(LIBOCTINTERP_LINK_DEPS) # Increment these as needed and according to the rules in the libtool manual: -liboctinterp_current = 0 +liboctinterp_current = 1 liboctinterp_revision = 0 liboctinterp_age = 0