diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-22 16:18:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-22 16:18:55 +0000 |
commit | 446197db4bde28d8c5ed53195ddb2acc688f3656 (patch) | |
tree | 21fea754a1dc38171c6f242b20d5feb9b0bbb5ae /configure.ac | |
parent | 4dad09b9f0f9593ee4e6a25ce5dfb82fd47b3edd (diff) | |
download | gst-plugins-bad-446197db4bde28d8c5ed53195ddb2acc688f3656.tar.gz gst-plugins-bad-446197db4bde28d8c5ed53195ddb2acc688f3656.tar.bz2 gst-plugins-bad-446197db4bde28d8c5ed53195ddb2acc688f3656.zip |
releasing updated libtool versioning because of libgstplayBRANCH-GSTREAMER-0_6-ROOTBRANCH-RELEASE-0_5_2
Original commit message from CVS:
releasing
updated libtool versioning because of libgstplay
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9c39cb67..2e177949 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, 5, 1, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 5, 2, 0, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version @@ -24,7 +24,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, 1, 0, 0) +AS_LIBTOOL(GST_PLUGINS, 2, 0, 0) dnl FIXME take something else ? AC_CONFIG_SRCDIR([gst/law/alaw.c]) |