summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-09-18 10:03:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-09-18 10:03:32 +0000
commit611b451377b6d52fe36c07d2eafe5fd7bb5bd8cd (patch)
treee2fbedf8075bd5ddd038c1129145f57c63ff2fba
parent79adbf346ea2950bd222aad182bb980b308624ee (diff)
downloadgstreamer-plugins-bad-611b451377b6d52fe36c07d2eafe5fd7bb5bd8cd.tar.gz
set the nano to 2
Original commit message from CVS: set the nano to 2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 859f2a693..94e5ba99e 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)