mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
configure.ac: oops, forgot to bump the version back to devel after the last release 0.10.9.1
Original commit message from CVS: * configure.ac: oops, forgot to bump the version back to devel after the last release 0.10.9.1
This commit is contained in:
parent
5aa3023505
commit
5b6263f961
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-10-24 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
oops, forgot to bump the version back to devel
|
||||||
|
after the last release 0.10.9.1
|
||||||
|
|
||||||
2008-10-24 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-10-24 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
|
* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
||||||
dnl use a three digit version number for releases, and four for cvs/prerelease
|
dnl use a three digit version number for releases, and four for cvs/prerelease
|
||||||
AC_INIT(GStreamer Ugly Plug-ins, 0.10.9,
|
AC_INIT(GStreamer Ugly Plug-ins, 0.10.9.1,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-ugly)
|
gst-plugins-ugly)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue