mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
hunting season on 0.9 is now OPEN
Original commit message from CVS: hunting season on 0.9 is now OPEN
This commit is contained in:
parent
70521179a7
commit
7ffe8406a4
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
hunting season on 0.9 is now OPEN
|
||||
|
||||
2005-02-22 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/libs/tmpl/gstcontrol.sgml:
|
||||
|
@ -6,7 +11,7 @@
|
|||
* docs/libs/tmpl/gstdpman.sgml:
|
||||
* docs/libs/tmpl/gstdpsmooth.sgml:
|
||||
* docs/libs/tmpl/gstunitconvert.sgml:
|
||||
more docs for the state of dparams
|
||||
more docs for the state of dparams
|
||||
|
||||
2005-02-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ AC_CANONICAL_TARGET
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gstreamer, GST_VERSION, 0, 8, 9, 1, GST_CVS="no", GST_CVS="yes")
|
||||
AS_VERSION(gstreamer, GST_VERSION, 0, 8, 90, 1, GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||
AM_MAINTAINER_MODE
|
||||
|
@ -11,8 +11,8 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
|||
|
||||
dnl our libraries and install dirs use major.minor as a version
|
||||
GST_MAJORMINOR=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
|
||||
dnl we override it here for release candidates
|
||||
#GST_MAJORMINOR=0.8
|
||||
dnl we override it here for release candidates for a new series
|
||||
GST_MAJORMINOR=0.9
|
||||
AC_SUBST(GST_MAJORMINOR)
|
||||
|
||||
AC_PROG_CC
|
||||
|
|
Loading…
Reference in a new issue