From 61b609d7aaff6e94c6577eaad6c75e07efaa5255 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 4 Jul 2002 20:21:38 +0000 Subject: [PATCH] up version Original commit message from CVS: up version --- common | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index c6bd62c43f..1a826743b0 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit c6bd62c43f01b2012d81dfa61dd58777c41de07a +Subproject commit 1a826743b023d38a14e16cf1b3fb85eabdbb65d6 diff --git a/configure.ac b/configure.ac index bf0ab6d681..fe6ff26e39 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, 3, 4, 3, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gstreamer, GST_VERSION, 0, 3, 4, 4, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST, 0, 0, 0, yes)