release version
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 31 Jan 2002 22:43:42 +0000 (22:43 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 31 Jan 2002 22:43:42 +0000 (22:43 +0000)
Original commit message from CVS:
release version

configure.ac

index 025fb30..90193bf 100644 (file)
@@ -8,15 +8,15 @@ AM_CONFIG_HEADER(config.h)
 
 GST_VERSION_MAJOR=0
 GST_VERSION_MINOR=3
-GST_VERSION_MICRO=1
+GST_VERSION_MICRO=2
 
 dnl we use a datestamped release tag and a fourth version ".1" number
 dnl during CVS development
-GST_VERSION_RELEASE=`date +%Y%m%d`
-GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.2
+dnl GST_VERSION_RELEASE=`date +%Y%m%d`
+dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3
 dnl we use a normal release tag increased manually when releasing
-dnl GST_VERSION_RELEASE=1
-dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
+GST_VERSION_RELEASE=1
+GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
 
 PACKAGE=gstreamer
 VERSION=$GST_VERSION
@@ -656,6 +656,7 @@ testsuite/Makefile
 testsuite/bytestream/Makefile
 testsuite/caps/Makefile
 testsuite/cleanup/Makefile
+testsuite/elements/Makefile
 testsuite/plugin/Makefile
 examples/Makefile
 examples/autoplug/Makefile