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
commitc2970c54022a0e04324708c38e7970f4d74e396d (patch)
tree25aaa837c685733c87fd876df12b8270247acce7
parent8801c9bdead2bcf0768e8d080a7618f7f66ffee9 (diff)
downloadgstreamer-plugins-base-c2970c54022a0e04324708c38e7970f4d74e396d.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)