diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-03 18:00:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-03 18:00:32 +0000 |
commit | c80ddec9c16d79e977bdde1c9d7176c898c4ae36 (patch) | |
tree | 47a1f70e77f23587a9e176994f77ba3f26ba3840 | |
parent | 179800383de7a7118749aa1e46214c2bebd95876 (diff) | |
download | gst-plugins-bad-c80ddec9c16d79e977bdde1c9d7176c898c4ae36.tar.gz gst-plugins-bad-c80ddec9c16d79e977bdde1c9d7176c898c4ae36.tar.bz2 gst-plugins-bad-c80ddec9c16d79e977bdde1c9d7176c898c4ae36.zip |
back to head
Original commit message from CVS:
back to head
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + back to development + === release 0.9.3 === 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org> diff --git a/configure.ac b/configure.ac index e4552349..c035ff86 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 3, 0, +AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 3, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |