mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
updated to 0.3.1 for release
Original commit message from CVS: updated to 0.3.1 for release
This commit is contained in:
parent
c56397ab3c
commit
a653840764
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ AM_CONFIG_HEADER(config.h)
|
|||
|
||||
GST_VERSION_MAJOR=0
|
||||
GST_VERSION_MINOR=3
|
||||
GST_VERSION_MICRO=02
|
||||
GST_VERSION_MICRO=1
|
||||
|
||||
dnl we use the release tag during CVS development
|
||||
GST_VERSION_RELEASE=`date +%Y%m%d`
|
||||
|
||||
# GST_VERSION_RELEASE=`date +%Y%m%d`
|
||||
GST_VERSION_RELEASE=1
|
||||
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
||||
|
||||
PACKAGE=gst-plugins
|
||||
|
|
Loading…
Reference in a new issue