From 5191e0c4601d8e9dc887952888e2581ad55a9d43 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 8 Jan 2002 09:41:11 +0000 Subject: [PATCH] let's get ready releasing Original commit message from CVS: let's get ready releasing --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 58b79dd..8428823 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 -- 2.7.4