summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-08 09:41:11 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-08 09:41:11 +0000
commit5191e0c4601d8e9dc887952888e2581ad55a9d43 (patch)
tree9799800d41110011f6be8e17e82629991a007ed8
parentb93c77f6e78abf49e04ea1d38e8fac61a6265267 (diff)
let's get ready releasingRELEASE-0_3_1-BELGIANBEER
Original commit message from CVS: let's get ready releasing
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 58b79dddb..84288231c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,10 @@ GST_VERSION_MAJOR=0
GST_VERSION_MINOR=3
GST_VERSION_MICRO=1
-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