changeset 18041:c0c61619917e stable

update library version numbers for upcoming release * liboctave/Makefile.am (liboctave_current): Bump to 2. (liboctave_revision, liboctave_age): Set to 0. * liboctinterp/Makefile.am (liboctinterp_current): Bump to 2. (liboctinterp_revision, liboctinterp_age): Set to 0. * liboctgui/Makefile.am (liboctgui_current, liboctgui_revision, liboctgui_age): Set to 0 for first official release with GUI library.
author John W. Eaton <jwe@octave.org>
date Mon, 02 Dec 2013 15:18:20 -0500
parents 62f94ef938b4
children 728cb7530538 0c4a2e95c768
files libinterp/Makefile.am liboctave/Makefile.am
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/Makefile.am	Mon Dec 02 14:57:25 2013 -0500
+++ b/libinterp/Makefile.am	Mon Dec 02 15:18:20 2013 -0500
@@ -187,8 +187,8 @@
   $(LIBOCTINTERP_LINK_DEPS)
 
 # Increment these as needed and according to the rules in the libtool manual:
-liboctinterp_current = 1
-liboctinterp_revision = 1
+liboctinterp_current = 2
+liboctinterp_revision = 0
 liboctinterp_age = 0
 
 liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age)
--- a/liboctave/Makefile.am	Mon Dec 02 14:57:25 2013 -0500
+++ b/liboctave/Makefile.am	Mon Dec 02 15:18:20 2013 -0500
@@ -104,8 +104,8 @@
   $(LIBOCTAVE_LINK_DEPS)
 
 # Increment these as needed and according to the rules in the libtool manual:
-liboctave_current = 1
-liboctave_revision = 1
+liboctave_current = 2
+liboctave_revision = 0
 liboctave_age = 0
 
 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age)