comparison liboctave/Makefile.am @ 14348:95c43fc8dbe1 stable rc-3-6-1-0

3.6.1 release candidate 0 * configure.ac (AC_INIT): Version is now 3.6.1-rc0. (OCTAVE_RELEASE_DATE): Now 2012-02-07. * liboctave/Makefile.am: Bump liboctave revision version. * src/Makefile.am: Bump liboctave revision version.
author John W. Eaton <jwe@octave.org>
date Thu, 09 Feb 2012 11:25:04 -0500
parents 5d5400bd1f62
children 670feb71afde
comparison
equal deleted inserted replaced
14342:2cd56a5e3a66 14348:95c43fc8dbe1
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 = 1 523 liboctave_current = 1
524 liboctave_revision = 0 524 liboctave_revision = 1
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
529 liboctave_la_LDFLAGS = \ 529 liboctave_la_LDFLAGS = \