summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2012-01-20 07:42:57 +0000
committerMonty <xiphmont@xiph.org>2012-01-20 07:42:57 +0000
commit189f68e9a31d644678c05e254dd212ba05317464 (patch)
treee0bdae688c41e1ab6b18e5d475dea42f74785d80
parent3daa27404638d89aea7ac99c0b6bf6bb19a0941a (diff)
downloadtremor-189f68e9a31d644678c05e254dd212ba05317464.tar.gz
Might as well commit version bump as well
git-svn-id: https://svn.xiph.org/trunk/Tremor@18153 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 09bf56f..e7f5690 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@ AC_CANONICAL_TARGET
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE(libvorbisidec,1.2.0)
+AM_INIT_AUTOMAKE(libvorbisidec,1.2.1)
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
@@ -19,7 +19,7 @@ AM_MAINTAINER_MODE
dnl Library versioning
V_LIB_CURRENT=1
-V_LIB_REVISION=2
+V_LIB_REVISION=3
V_LIB_AGE=0
AC_SUBST(V_LIB_CURRENT)
AC_SUBST(V_LIB_REVISION)