mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
back to dev
Original commit message from CVS: back to dev
This commit is contained in:
parent
4c81ac3e01
commit
ae79e89e0d
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@ AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
GST_VERSION_MAJOR=0
|
GST_VERSION_MAJOR=0
|
||||||
GST_VERSION_MINOR=3
|
GST_VERSION_MINOR=3
|
||||||
GST_VERSION_MICRO=1
|
GST_VERSION_MICRO=11
|
||||||
|
|
||||||
dnl we use a datestamped release tag during CVS development
|
dnl we use a datestamped release tag during CVS development
|
||||||
dnl GST_VERSION_RELEASE=`date +%Y%m%d`
|
GST_VERSION_RELEASE=`date +%Y%m%d`
|
||||||
dnl we use a normal release tag increased manually when releasing
|
dnl we use a normal release tag increased manually when releasing
|
||||||
GST_VERSION_RELEASE=1
|
dnl GST_VERSION_RELEASE=1
|
||||||
|
|
||||||
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue