changeset 14629:9a610b0e8c4b stable

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.
author John W. Eaton <jwe@octave.org>
date Sat, 12 May 2012 12:31:41 -0400
parents 63ae976ac2e7
children 9e4ad3f1f291 23149db50468
files libcruft/Makefile.am liboctave/Makefile.am src/Makefile.am
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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)
 
--- 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)