From 2dbf0c6313fc1ed74de77b0f75105f52030e8249 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 2 Aug 2004 11:39:17 +0000 Subject: gearing up for release Original commit message from CVS: gearing up for release --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b16723ac..3cf70d13 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl autoconf configuration file for gst-plugins AC_INIT -AC_CANONICAL_TARGET([]) +AC_CANONICAL_TARGET dnl We disable static building for development, for time savings dnl this goes before AS_LIBTOOL to appease autoconf @@ -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_VERSION, 0, 8, 2, 2, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 3, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) -- cgit