diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-23 20:06:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-23 20:06:09 +0000 |
commit | 39eacec1c5233145f3331c87afe34a10cf311a53 (patch) | |
tree | edadfe82525897d97040b6c885402f6e6c14472b | |
parent | f4d9777e57fbabf08fca0beaeff88e311e6c0532 (diff) | |
download | gst-plugins-bad-39eacec1c5233145f3331c87afe34a10cf311a53.tar.gz gst-plugins-bad-39eacec1c5233145f3331c87afe34a10cf311a53.tar.bz2 gst-plugins-bad-39eacec1c5233145f3331c87afe34a10cf311a53.zip |
back to HEAD
Original commit message from CVS:
back to HEAD
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: back to HEAD + === release 0.9.6 === 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org> diff --git a/configure.ac b/configure.ac index 58cc6a37..dc922ece 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, 6, 0, +AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 6, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |