Changeset 5274ee6


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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • VERSION

    re41af98 r5274ee6  
    11AUBIO_MAJOR_VERSION=0
    22AUBIO_MINOR_VERSION=3
    3 AUBIO_PATCH_VERSION=1
     3AUBIO_PATCH_VERSION=2
    44AUBIO_VERSION_STATUS=
    5 
     5LIBAUBIO_LT_CUR=3
     6LIBAUBIO_LT_REV=1
     7LIBAUBIO_LT_AGE=1
  • 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.