From ee017919a668f507c1af2373bed2373081a7520c Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Wed, 3 Sep 2003 03:57:50 +0000 Subject: [PATCH] Bump package version and library version. Only new functions have been added since 1.0 to libvorbis and libvorbisfile, so they get a CURRENT++ and a AGE++. svn path=/trunk/vorbis/; revision=5293 --- configure.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index e8ca131..44a80cf 100644 --- a/configure.in +++ b/configure.in @@ -5,16 +5,16 @@ dnl Initialization and Versioning dnl ------------------------------------------------ AC_INIT(lib/mdct.c) -AM_INIT_AUTOMAKE(libvorbis,1.0) +AM_INIT_AUTOMAKE(libvorbis,1.0.1) dnl Library versioning -V_LIB_CURRENT=2 +V_LIB_CURRENT=3 V_LIB_REVISION=0 -V_LIB_AGE=2 -VF_LIB_CURRENT=3 +V_LIB_AGE=3 +VF_LIB_CURRENT=4 VF_LIB_REVISION=0 -VF_LIB_AGE=0 +VF_LIB_AGE=1 VE_LIB_CURRENT=2 VE_LIB_REVISION=0 VE_LIB_AGE=0 -- 2.7.4