From d20730084f2b6f3c5b7aecdcc5ced8af47f6dfa0 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 8 Dec 2001 23:11:56 +0000 Subject: [PATCH] bump versionnumber, remove comment at top Original commit message from CVS: bump versionnumber, remove comment at top --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d32c1f9..2825e78 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,3 @@ -dnl Note: this file is generated from configure.base by autogen.sh AC_INIT AC_CONFIG_SRCDIR([gst/gstobject.h]) @@ -7,8 +6,8 @@ AC_CANONICAL_TARGET([]) AM_CONFIG_HEADER(config.h) GST_VERSION_MAJOR=0 -GST_VERSION_MINOR=2 -GST_VERSION_MICRO=1 +GST_VERSION_MINOR=3 +GST_VERSION_MICRO=0 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO PACKAGE=gstreamer -- 2.7.4