# HG changeset patch # User John W. Eaton # Date 1386015500 18000 # Node ID c0c61619917ee8eda8fc41a3a4542adbab1717e0 # Parent 62f94ef938b48a1e477fa7bc3e781aecb61e21b4 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. diff -r 62f94ef938b4 -r c0c61619917e libinterp/Makefile.am --- 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) diff -r 62f94ef938b4 -r c0c61619917e liboctave/Makefile.am --- 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)