From: Thomas Vander Stichele Date: Wed, 18 Sep 2002 13:03:11 +0000 (+0000) Subject: up the micro X-Git-Tag: BRANCH-RELEASE-0_4_2-ROOT~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78f516eaa5afb16bc150958251f441a506d12796;p=platform%2Fupstream%2Fgstreamer.git up the micro Original commit message from CVS: up the micro --- diff --git a/configure.ac b/configure.ac index 736f283..855f4e7 100644 --- a/configure.ac +++ b/configure.ac @@ -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, 1, 1, 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)