diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-11 22:19:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-11 22:19:13 +0000 |
commit | a3e47709c11a3993e244772940cf1fcbcb2899b1 (patch) | |
tree | 1524853bbc8e1aed24c18ef7a34d755c73c0794f | |
parent | e08f18c6b05af8e9aca0993511fc69525a55cc5f (diff) | |
download | gst-plugins-bad-a3e47709c11a3993e244772940cf1fcbcb2899b1.tar.gz gst-plugins-bad-a3e47709c11a3993e244772940cf1fcbcb2899b1.tar.bz2 gst-plugins-bad-a3e47709c11a3993e244772940cf1fcbcb2899b1.zip |
back to cvs
Original commit message from CVS:
back to cvs
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e3642bdc..b9695afd 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, 2, 0, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 1, 0, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl fix errors properly then remove this again GST_ERROR= |