From a6538407647d6e4aa2fb320b581c795535e1e831 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 7 Jan 2002 23:32:36 +0000 Subject: [PATCH] updated to 0.3.1 for release Original commit message from CVS: updated to 0.3.1 for release --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d98a7a764e..9e93a15d09 100644 --- a/configure.ac +++ b/configure.ac @@ -9,11 +9,11 @@ AM_CONFIG_HEADER(config.h) GST_VERSION_MAJOR=0 GST_VERSION_MINOR=3 -GST_VERSION_MICRO=02 +GST_VERSION_MICRO=1 dnl we use the release tag during CVS development -GST_VERSION_RELEASE=`date +%Y%m%d` - +# GST_VERSION_RELEASE=`date +%Y%m%d` +GST_VERSION_RELEASE=1 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO PACKAGE=gst-plugins