diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-05-04 15:09:13 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-05-04 15:09:13 +0000 |
commit | 59b8d3d4a83a1cb9ab99c307bc9d138e0a62ebc0 (patch) | |
tree | 1b2985eb59f7f5692efe6ca838be4d30a220916c | |
parent | 9a2c60e7f30144a019fa49d1bc7180fb236bb187 (diff) | |
download | gst-plugins-bad-59b8d3d4a83a1cb9ab99c307bc9d138e0a62ebc0.tar.gz gst-plugins-bad-59b8d3d4a83a1cb9ab99c307bc9d138e0a62ebc0.tar.bz2 gst-plugins-bad-59b8d3d4a83a1cb9ab99c307bc9d138e0a62ebc0.zip |
Perform version number surgery to correctly release tarballs of 0.10.3
Original commit message from CVS:
Perform version number surgery to correctly release tarballs of 0.10.3
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 1 insertions, 6 deletions
@@ -1,8 +1,3 @@ -2006-05-04 Jan Schmidt <thaytan@mad.scientist.com> - - * configure.ac: - Back to CVS - === release 0.10.3 === 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com> diff --git a/configure.ac b/configure.ac index 2438f617..92112286 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.3.1, +AC_INIT(GStreamer Bad Plug-ins, 0.10.3, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) |