summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-02-02 01:22:26 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-02-02 01:22:26 +0000
commit353361f49d3a02ac488830ad0bc254209592a849 (patch)
treed9f453bdfd7bb3a642bf0cf73fd2e2a564faf084 /configure.ac
parente658752c3cb397dd64a2aea9329c33c4f44db25d (diff)
downloadgst-plugins-bad-353361f49d3a02ac488830ad0bc254209592a849.tar.gz
gst-plugins-bad-353361f49d3a02ac488830ad0bc254209592a849.tar.bz2
gst-plugins-bad-353361f49d3a02ac488830ad0bc254209592a849.zip
Original commit message from CVS: releasing
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ef0db87c..a8598199 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,14 +12,13 @@ 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, 5, 2, 2, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 0, 0, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl fix errors properly then remove this again
GST_ERROR=
dnl our libraries and install dirs use major.minor as a version
GST_MAJORMINOR=$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR
-GST_MAJORMINOR=0.6
AC_SUBST(GST_MAJORMINOR)
dnl CURRENT, REVISION, AGE
@@ -27,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, 2, 0, 0)
+AS_LIBTOOL(GST_PLUGINS, 0, 0, 0)
dnl FIXME take something else ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])