diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-01-05 13:18:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-01-05 13:18:43 +0000 |
commit | 8e60b18bdca0ac433da3cc81daa427e9fdbfbdb8 (patch) | |
tree | 4c708518e4b9abcdd640ca924dcbe2cb01d61bc6 | |
parent | f235218413424df7b1d326939c5f8b62bb5c03f3 (diff) | |
download | gst-plugins-bad-8e60b18bdca0ac433da3cc81daa427e9fdbfbdb8.tar.gz gst-plugins-bad-8e60b18bdca0ac433da3cc81daa427e9fdbfbdb8.tar.bz2 gst-plugins-bad-8e60b18bdca0ac433da3cc81daa427e9fdbfbdb8.zip |
back to cvs
Original commit message from CVS:
back to cvs
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + back to cvs + === release 0.8.7 === 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org> diff --git a/configure.ac b/configure.ac index a8334c77..5809d930 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, GST_PLUGINS_VERSION, 0, 8, 7, 0, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 7, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |