summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-30 10:10:28 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-30 10:10:28 +0000
commit5baede7d384c6c63affc436fa54a76b1a3895d2e (patch)
tree8902fcfd91ed7e046b98caf6e62a1ffcf85715f9 /configure.ac
parentbf681232f9f9bea156f8d3e4ea47fd1d2060c612 (diff)
downloadgst-plugins-bad-5baede7d384c6c63affc436fa54a76b1a3895d2e.tar.gz
gst-plugins-bad-5baede7d384c6c63affc436fa54a76b1a3895d2e.tar.bz2
gst-plugins-bad-5baede7d384c6c63affc436fa54a76b1a3895d2e.zip
cvs versioning
Original commit message from CVS: cvs versioning
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 1f024174..147572c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,14 +9,15 @@ AM_CONFIG_HEADER(config.h)
GST_VERSION_MAJOR=0
GST_VERSION_MINOR=3
-GST_VERSION_MICRO=11
+GST_VERSION_MICRO=1
-dnl we use a datestamped release tag during CVS development
+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.1
dnl we use a normal release tag increased manually when releasing
dnl GST_VERSION_RELEASE=1
-
-GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
+dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
PACKAGE=gst-plugins
VERSION=$GST_VERSION