summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-06-09 18:51:41 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-06-09 18:51:41 +0000
commit7eea43014c78a04c5421301d0e798e477baa0f27 (patch)
tree857b3ac73825fa4662c90947bbac892bc429aff4
parent38586d167080dcb28e4400ff92a86fe781ec2057 (diff)
downloadgstreamer-plugins-bad-7eea43014c78a04c5421301d0e798e477baa0f27.tar.gz
bumping rel nr and libtool versioning
Original commit message from CVS: bumping rel nr and libtool versioning
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e09947310..6c65c95e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 1, 3, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 1, 5, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl fix errors properly then remove this again
GST_ERROR=
@@ -26,7 +26,7 @@ dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
-AS_LIBTOOL(GST_PLUGINS, 0, 1, 0)
+AS_LIBTOOL(GST_PLUGINS, 1, 0, 1)
dnl FIXME take something else ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])