diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-02-02 01:22:26 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-02-02 01:22:26 +0000 |
commit | a29f009fd045823a956e5c4b187a42116df16b55 (patch) | |
tree | c93b24fc7e8430654f0e9d65a9440444fe6b3b8d | |
parent | d744bd57dcf74be49cc3bf60c39525bb5fc3a77e (diff) |
releasingGSTREAMER-0_6_0-HOTTESTPICK
Original commit message from CVS:
releasing
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 5 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2003-02-02 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + - release 0.6.0 + - revert libtool version to 0.0.0 due to major/minor library rename + 2003-01-25 Colin Walters <walters@gnu.org> * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_open_file): Don't 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]) |