mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
back to cvs
Original commit message from CVS: back to cvs
This commit is contained in:
parent
9b10acc61c
commit
355c6e7a9f
1 changed files with 4 additions and 4 deletions
|
@ -13,11 +13,11 @@ GST_VERSION_MICRO=2
|
|||
|
||||
dnl we use a datestamped release tag and a fourth version ".1" number
|
||||
dnl during CVS development
|
||||
dnl GST_VERSION_RELEASE=`date +%Y%m%d`
|
||||
dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3
|
||||
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
|
||||
GST_VERSION_RELEASE=1
|
||||
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
||||
dnl GST_VERSION_RELEASE=1
|
||||
dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
||||
|
||||
PACKAGE=gst-plugins
|
||||
VERSION=$GST_VERSION
|
||||
|
|
Loading…
Reference in a new issue