diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-24 20:44:13 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-24 20:44:13 +0000 |
commit | 5b6263f96149d4ed14ad5f95f696471d0490443e (patch) | |
tree | 8037b16e41ab684e4ba591a6f28951524d4db28e | |
parent | 5aa3023505f7b151e0191aad96ee83c1561c8aa6 (diff) |
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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 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), diff --git a/configure.ac b/configure.ac index 4964c952..8c19cc2a 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |