diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-05-25 16:10:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-05-25 16:10:29 +0000 |
commit | a058f2b51f46cc065c6c83b39c30f0b9c5351c04 (patch) | |
tree | 420da12c7568dd87f848dea0db007670e911527e | |
parent | 89e8f29524b81c83f3fb687a2361836b529f4801 (diff) | |
download | gst-plugins-bad-a058f2b51f46cc065c6c83b39c30f0b9c5351c04.tar.gz gst-plugins-bad-a058f2b51f46cc065c6c83b39c30f0b9c5351c04.tar.bz2 gst-plugins-bad-a058f2b51f46cc065c6c83b39c30f0b9c5351c04.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-05-25 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + back to HEAD + === release 0.8.9 === 2005-05-25 Thomas Vander Stichele <thomas at apestaart dot org> diff --git a/configure.ac b/configure.ac index 34e1d144..84c11893 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, 9, 0, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 9, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |