diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-16 11:55:19 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-16 11:55:19 +0000 |
commit | 4d87da5b96f2876e9145a13581b2513dc2e3a369 (patch) | |
tree | 330c7ed734c90ecf4a401846e3a6aa45443e7c6d | |
parent | 126e0fd0f4eed7cb748c2d7f6b2bed23c79ced35 (diff) | |
download | gst-plugins-bad-4d87da5b96f2876e9145a13581b2513dc2e3a369.tar.gz gst-plugins-bad-4d87da5b96f2876e9145a13581b2513dc2e3a369.tar.bz2 gst-plugins-bad-4d87da5b96f2876e9145a13581b2513dc2e3a369.zip |
configure.ac: Commit 0.10.8.2 pre-release bump, that actually went out in a tarball on 2008-10-11
Original commit message from CVS:
* configure.ac:
Commit 0.10.8.2 pre-release bump, that actually went out in a
tarball on 2008-10-11
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2008-10-16 Jan Schmidt <jan.schmidt@sun.com> + + * configure.ac: + Commit 0.10.8.2 pre-release bump, that actually went out in a + tarball on 2008-10-11 + 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk> * gst/rtpmanager/gstrtpsession.c: diff --git a/configure.ac b/configure.ac index 38f507a4..8c439a34 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer Bad Plug-ins, 0.10.8.1, +AC_INIT(GStreamer Bad Plug-ins, 0.10.8.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) |