diff liboctave/Makefile.am @ 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 d63878346099
children 3087dc835497 446c46af4b42
line wrap: on
line diff
--- 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)