# 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 --git a/libcruft/Makefile.am b/libcruft/Makefile.am --- a/libcruft/Makefile.am +++ b/libcruft/Makefile.am @@ -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 --git a/liboctave/Makefile.am b/liboctave/Makefile.am --- a/liboctave/Makefile.am +++ b/liboctave/Makefile.am @@ -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 --git a/src/Makefile.am b/src/Makefile.am --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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