summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-09-10 06:16:12 +0000
committerMonty <xiphmont@xiph.org>2002-09-10 06:16:12 +0000
commit88ab84dfc62514c2807fcbf4b3673544efb1cf37 (patch)
treeae94fe15cc92795a61022e94ff52267a75676f0d /configure.in
parent5d41f62d2b5cd258c024413ee24533536020eb48 (diff)
downloadtremor-88ab84dfc62514c2807fcbf4b3673544efb1cf37.tar.gz
Patch AGE and REVISION in configure.in
Patch Makefile.am to add link for vorbis -> . to build ivorbisfile_example correct sort32a in sharedbook.c git-svn-id: https://svn.xiph.org/trunk/Tremor@3897 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ec9b62b..141a86a 100644
--- a/configure.in
+++ b/configure.in
@@ -10,8 +10,8 @@ AM_INIT_AUTOMAKE(libvorbisidec,1.0.2)
dnl Library versioning
V_LIB_CURRENT=1
-V_LIB_REVISION=0
-V_LIB_AGE=2
+V_LIB_REVISION=2
+V_LIB_AGE=0
AC_SUBST(V_LIB_CURRENT)
AC_SUBST(V_LIB_REVISION)
AC_SUBST(V_LIB_AGE)