# HG changeset patch # User John W. Eaton # Date 1336840301 14400 # Node ID 9a610b0e8c4b7db515d748d40ffa3dcd3b698c97 # Parent 63ae976ac2e709c33da1d953dc27a39cc4a94896 maint: update library version numbers for release * libcruft/Makefile.am (libcruft_revision): Incrememnt. * liboctave/Makefile.am (liboctave_revision): Set to 0. (liboctave_current, liboctave_age): Incrememnt. * src/Makefile.am (liboctinterp_revision): Increment. diff -r 63ae976ac2e7 -r 9a610b0e8c4b libcruft/Makefile.am --- a/libcruft/Makefile.am Sat May 12 12:31:34 2012 -0400 +++ b/libcruft/Makefile.am Sat May 12 12:31:41 2012 -0400 @@ -47,7 +47,7 @@ # Increment these as needed and according to the rules in the libtool # manual: libcruft_current = 1 -libcruft_revision = 0 +libcruft_revision = 1 libcruft_age = 0 libcruft_version_info = $(libcruft_current):$(libcruft_revision):$(libcruft_age) diff -r 63ae976ac2e7 -r 9a610b0e8c4b liboctave/Makefile.am --- a/liboctave/Makefile.am Sat May 12 12:31:34 2012 -0400 +++ b/liboctave/Makefile.am Sat May 12 12:31:41 2012 -0400 @@ -522,9 +522,9 @@ # Increment these as needed and according to the rules in the libtool # manual: -liboctave_current = 1 -liboctave_revision = 1 -liboctave_age = 0 +liboctave_current = 2 +liboctave_revision = 0 +liboctave_age = 1 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age) diff -r 63ae976ac2e7 -r 9a610b0e8c4b src/Makefile.am --- a/src/Makefile.am Sat May 12 12:31:34 2012 -0400 +++ b/src/Makefile.am Sat May 12 12:31:41 2012 -0400 @@ -518,7 +518,7 @@ # Increment these as needed and according to the rules in the libtool manual: liboctinterp_current = 1 -liboctinterp_revision = 1 +liboctinterp_revision = 2 liboctinterp_age = 0 liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age)