diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-23 23:07:02 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-23 23:07:02 +0000 |
commit | 51ad370186d27c6d659533ca5b90d9b6eedc95d4 (patch) | |
tree | 15f90e388bd7caa43b67fd3f20bef7214151c4f3 | |
parent | 060873bfc659a14a9aae9eeb605ccd05c0d287bb (diff) | |
download | gst-plugins-bad-51ad370186d27c6d659533ca5b90d9b6eedc95d4.tar.gz gst-plugins-bad-51ad370186d27c6d659533ca5b90d9b6eedc95d4.tar.bz2 gst-plugins-bad-51ad370186d27c6d659533ca5b90d9b6eedc95d4.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-24 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + back to HEAD + === release 0.9.4 === 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org> diff --git a/configure.ac b/configure.ac index 815dee0c..9ab3db39 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, 4, 0, +AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 4, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |