summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-10-24 20:44:13 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-10-24 20:44:13 +0000
commit5b6263f96149d4ed14ad5f95f696471d0490443e (patch)
tree8037b16e41ab684e4ba591a6f28951524d4db28e
parent5aa3023505f7b151e0191aad96ee83c1561c8aa6 (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--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45f695d1..a47a8cbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)