back to nano

Original commit message from CVS:
back to nano
This commit is contained in:
Thomas Vander Stichele 2004-02-26 18:12:55 +00:00
parent 85685f0436
commit fe6871adb1
4 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
=== release 0.7.5 ===
2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: release 0.7.5, "Under The Sea"
2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
@ -189,7 +195,7 @@
2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
* configure.ac: Export only gst_plugin_desc from plugins.
* configure.ac: Export only gst_plugin_desc from plugins.
Note that this change only makes any effect with Linux using libtool
1.5.2 or higher. Otherwise it is silently ignored, but it would build
fine. And don't try to have several versions of libtool in different

View file

@ -35,7 +35,7 @@ DIST_SUBDIRS=ext gst-libs \
pkgconfig
EXTRA_DIST=gst-plugins.spec depcomp \
AUTHORS COPYING COPYING.LIB README REQUIREMENTS \
AUTHORS COPYING COPYING.LIB README RELEASE REQUIREMENTS \
ChangeLog autogen.sh common m4
DISTCLEANFILES=_stdint.h

2
common

@ -1 +1 @@
Subproject commit 0945c85c4c9139e2e5b8e04d0fc841b8aa1e6e9b
Subproject commit 874dab5c3461ad7487f1ae029256b6da82dddf6d

View file

@ -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, 7, 4, 1, GST_CVS="no", GST_CVS="yes")
AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 5, 1, GST_CVS="no", GST_CVS="yes")
dnl add a suffix to apps
if test x$program_suffix = xNONE ; then