summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-11 23:07:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-11 23:07:09 +0000
commitae79e89e0d02c9e4592b794736df2d11b9ed0314 (patch)
tree78fb4abe351bfd8bf52c24946b2433cc29c70297
parent4c81ac3e012b68cf995a1f03a808d41371a70ebd (diff)
downloadgst-plugins-bad-ae79e89e0d02c9e4592b794736df2d11b9ed0314.tar.gz
gst-plugins-bad-ae79e89e0d02c9e4592b794736df2d11b9ed0314.tar.bz2
gst-plugins-bad-ae79e89e0d02c9e4592b794736df2d11b9ed0314.zip
back to dev
Original commit message from CVS: back to dev
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e528bc43..83f9471b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,12 +9,12 @@ AM_CONFIG_HEADER(config.h)
GST_VERSION_MAJOR=0
GST_VERSION_MINOR=3
-GST_VERSION_MICRO=1
+GST_VERSION_MICRO=11
dnl we use a datestamped release tag during CVS development
-dnl GST_VERSION_RELEASE=`date +%Y%m%d`
+GST_VERSION_RELEASE=`date +%Y%m%d`
dnl we use a normal release tag increased manually when releasing
-GST_VERSION_RELEASE=1
+dnl GST_VERSION_RELEASE=1
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO