Changeset 5274ee6 for configure.ac


Ignore:
Timestamp:
Jul 27, 2006, 1:45:17 AM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
26bf968
Parents:
e41af98
Message:

bump version number, use VERSION to store it
bump version number, use VERSION to store it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    re41af98 r5274ee6  
    1111
    1212dnl Shared library version
    13 LIBAUBIO_LT_CURRENT=2
    14 LIBAUBIO_LT_REVISION=0
    15 LIBAUBIO_LT_AGE=0
    16 SHARED_VERSION_INFO="$LIBAUBIO_LT_CURRENT:$LIBAUBIO_LT_REVISION:$LIBAUBIO_LT_AGE"
     13SHARED_VERSION_INFO=${LIBAUBIO_LT_CUR}:${LIBAUBIO_LT_REV}:${LIBAUBIO_LT_AGE}
    1714AC_SUBST(SHARED_VERSION_INFO)
    1815
Note: See TracChangeset for help on using the changeset viewer.