diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-10-06 17:02:14 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-10-06 17:02:14 +0000 |
commit | 930d008b7320963d0b54135406212e87acd58b43 (patch) | |
tree | 648ff4079cc7554c734f44bda5673b172ff752a7 /configure.ac | |
parent | 4933cf0bd0bd6a8f4003ecdb0f89b6e8731240c2 (diff) | |
download | gst-plugins-bad-930d008b7320963d0b54135406212e87acd58b43.tar.gz gst-plugins-bad-930d008b7320963d0b54135406212e87acd58b43.tar.bz2 gst-plugins-bad-930d008b7320963d0b54135406212e87acd58b43.zip |
releasing
Original commit message from CVS:
releasing
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0c155e73..4d621712 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, 4, 2, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 5, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |