summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-08 10:06:44 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-08 10:06:44 +0000
commit0571df036f81d34118e43e7b270d8f99b5af0dba (patch)
treeabecb6a761155159ef8eda7e00b94e13022d7f03 /configure.ac
parent865d4c5e83e2eb2e55bc7e3cefd160429d40005e (diff)
downloadgst-plugins-bad-0571df036f81d34118e43e7b270d8f99b5af0dba.tar.gz
gst-plugins-bad-0571df036f81d34118e43e7b270d8f99b5af0dba.tar.bz2
gst-plugins-bad-0571df036f81d34118e43e7b270d8f99b5af0dba.zip
getting ready for release final tests
Original commit message from CVS: getting ready for release final tests
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9e93a15d..8b1c56aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,11 +9,13 @@ AM_CONFIG_HEADER(config.h)
GST_VERSION_MAJOR=0
GST_VERSION_MINOR=3
-GST_VERSION_MICRO=1
+GST_VERSION_MICRO=07
-dnl we use the release tag during CVS development
-# GST_VERSION_RELEASE=`date +%Y%m%d`
+dnl we use a datestamped release tag during CVS development
+dnl GST_VERSION_RELEASE=`date +%Y%m%d`
+dnl we use a normal release tag increased manually when releasing
GST_VERSION_RELEASE=1
+
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
PACKAGE=gst-plugins