mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
configure.ac: Dev mode.
Original commit message from CVS: * configure.ac: Dev mode.
This commit is contained in:
parent
d852f9daf5
commit
fb3f0364f0
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-06-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Dev mode.
|
||||||
|
|
||||||
|
=== release 0.8.5 ===
|
||||||
|
|
||||||
2005-06-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2005-06-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* NEWS:
|
* NEWS:
|
||||||
|
|
|
@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 5, 0, GST_CVS="no", GST_CVS="yes")
|
AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 5, 1, GST_CVS="no", GST_CVS="yes")
|
||||||
dnl we cheat here so we don't have to change the actual configure code bit
|
dnl we cheat here so we don't have to change the actual configure code bit
|
||||||
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
|
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue