mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
configure.ac: Back to development cycle.
Original commit message from CVS: * configure.ac: Back to development cycle.
This commit is contained in:
parent
8631429fb9
commit
e6fc062637
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
||||||
|
2007-08-01 Edward Hervey <bilboed@bilboed.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Back to development cycle.
|
||||||
|
|
||||||
=== release 0.10.8 ===
|
=== release 0.10.8 ===
|
||||||
|
|
||||||
2007-08-01 <>
|
2007-08-01 Edward Hervey <bilboed@bilboed.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 0.10.8, "This time I know our side will win."
|
releasing 0.10.8, "This time I know our side will win."
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer Python Bindings, 0.10.8,
|
AC_INIT(GStreamer Python Bindings, 0.10.8.1,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-python)
|
gst-python)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue