diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-01 16:02:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-01 16:02:43 +0000 |
commit | 52c38be227537981d1599067e852b31a2addeedf (patch) | |
tree | e095927973559cc371ba28faeb8bf265b9d81746 /configure.ac | |
parent | c27721c47e56ef115dcde1862579637165e6b221 (diff) | |
download | gst-plugins-bad-52c38be227537981d1599067e852b31a2addeedf.tar.gz gst-plugins-bad-52c38be227537981d1599067e852b31a2addeedf.tar.bz2 gst-plugins-bad-52c38be227537981d1599067e852b31a2addeedf.zip |
releasing 0.8
Original commit message from CVS:
releasing 0.8
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 56ac5052..d4b3f0e8 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, 2, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 10, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |