From 5b6263f96149d4ed14ad5f95f696471d0490443e Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 24 Oct 2008 20:44:13 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45f695d114..a47a8cbfb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-24 Jan Schmidt + + * configure.ac: + oops, forgot to bump the version back to devel + after the last release 0.10.9.1 + 2008-10-24 Wim Taymans * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream), diff --git a/configure.ac b/configure.ac index 4964c952fa..8c19cc2a5d 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)