mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
getting ready for release final tests
Original commit message from CVS: getting ready for release final tests
This commit is contained in:
parent
af8c3c0b2f
commit
68828187a3
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue