From: Thomas Vander Stichele Date: Tue, 8 Jan 2002 10:06:44 +0000 (+0000) Subject: getting ready for release final tests X-Git-Tag: BRANCH-EVENTS2-ROOT~201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d24f2e92d87d6a56f4ce88031c1d679797d5bc0;p=platform%2Fupstream%2Fgst-plugins-good.git getting ready for release final tests Original commit message from CVS: getting ready for release final tests --- diff --git a/configure.ac b/configure.ac index 9e93a15d0..8b1c56aa2 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