comparison liboctave/Makefile.am @ 14192:5d5400bd1f62 stable

maint: update library version numbers for release * libcruft/Makefile.am (libcruft_current): Set to 1. * liboctave/Makefile.am (liboctave_current): Set to 1 * src/Makefile.am (liboctinterp_current): Set to 1.
author John W. Eaton <jwe@octave.org>
date Tue, 10 Jan 2012 16:35:37 -0500
parents 72c96de7a403
children 95c43fc8dbe1
comparison
equal deleted inserted replaced
14191:5bb929d8b4f9 14192:5d5400bd1f62
518 $(ARPACK_CPPFLAGS) \ 518 $(ARPACK_CPPFLAGS) \
519 $(AM_CPPFLAGS) 519 $(AM_CPPFLAGS)
520 520
521 # Increment these as needed and according to the rules in the libtool 521 # Increment these as needed and according to the rules in the libtool
522 # manual: 522 # manual:
523 liboctave_current = 0 523 liboctave_current = 1
524 liboctave_revision = 0 524 liboctave_revision = 0
525 liboctave_age = 0 525 liboctave_age = 0
526 526
527 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age) 527 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age)
528 528