diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-09 21:21:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-09 21:21:49 +0000 |
commit | e08f18c6b05af8e9aca0993511fc69525a55cc5f (patch) | |
tree | 38dabc63570975fcd1e998c8977494ba20c1b075 | |
parent | f6b77333d6311607ad096607d2639f4c71216d95 (diff) | |
download | gst-plugins-bad-e08f18c6b05af8e9aca0993511fc69525a55cc5f.tar.gz gst-plugins-bad-e08f18c6b05af8e9aca0993511fc69525a55cc5f.tar.bz2 gst-plugins-bad-e08f18c6b05af8e9aca0993511fc69525a55cc5f.zip |
time to go out
Original commit message from CVS:
time to go out
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6c65c95e..e3642bdc 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, 6, 1, 5, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 2, 0, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl fix errors properly then remove this again GST_ERROR= |