mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
release version
Original commit message from CVS: release version
This commit is contained in:
parent
5796ee63bc
commit
5aaedd70a6
1 changed files with 6 additions and 5 deletions
11
configure.ac
11
configure.ac
|
@ -8,15 +8,15 @@ AM_CONFIG_HEADER(config.h)
|
|||
|
||||
GST_VERSION_MAJOR=0
|
||||
GST_VERSION_MINOR=3
|
||||
GST_VERSION_MICRO=1
|
||||
GST_VERSION_MICRO=2
|
||||
|
||||
dnl we use a datestamped release tag and a fourth version ".1" number
|
||||
dnl during CVS development
|
||||
GST_VERSION_RELEASE=`date +%Y%m%d`
|
||||
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.2
|
||||
dnl GST_VERSION_RELEASE=`date +%Y%m%d`
|
||||
dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3
|
||||
dnl we use a normal release tag increased manually when releasing
|
||||
dnl GST_VERSION_RELEASE=1
|
||||
dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
||||
GST_VERSION_RELEASE=1
|
||||
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
||||
|
||||
PACKAGE=gstreamer
|
||||
VERSION=$GST_VERSION
|
||||
|
@ -656,6 +656,7 @@ testsuite/Makefile
|
|||
testsuite/bytestream/Makefile
|
||||
testsuite/caps/Makefile
|
||||
testsuite/cleanup/Makefile
|
||||
testsuite/elements/Makefile
|
||||
testsuite/plugin/Makefile
|
||||
examples/Makefile
|
||||
examples/autoplug/Makefile
|
||||
|
|
Loading…
Reference in a new issue