set the nano to 2

Original commit message from CVS:
set the nano to 2
This commit is contained in:
Thomas Vander Stichele 2002-09-18 09:54:51 +00:00
parent d5e71498dd
commit 023e54c91b

View file

@ -3,7 +3,7 @@ AC_CANONICAL_TARGET([])
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(gstreamer, GST_VERSION, 0, 4, 0, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
AS_VERSION(gstreamer, GST_VERSION, 0, 4, 0, 2, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)