diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-18 10:03:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-18 10:03:32 +0000 |
commit | 611b451377b6d52fe36c07d2eafe5fd7bb5bd8cd (patch) | |
tree | e2fbedf8075bd5ddd038c1129145f57c63ff2fba /configure.ac | |
parent | 79adbf346ea2950bd222aad182bb980b308624ee (diff) | |
download | gst-plugins-bad-611b451377b6d52fe36c07d2eafe5fd7bb5bd8cd.tar.gz gst-plugins-bad-611b451377b6d52fe36c07d2eafe5fd7bb5bd8cd.tar.bz2 gst-plugins-bad-611b451377b6d52fe36c07d2eafe5fd7bb5bd8cd.zip |
set the nano to 2
Original commit message from CVS:
set the nano to 2
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 859f2a69..94e5ba99 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, 0, 4, 0, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS, 0, 4, 0, 2, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) |