mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +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>
|
||||
|
||||
* 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 releases only do -Wall, cvs and prerelease does -Werror too
|
||||
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,
|
||||
gst-plugins-ugly)
|
||||
|
||||
|
|
Loading…
Reference in a new issue