configure.ac: Bump version to 0.10.19.1 after the unplanned 0.10.19 release.

Original commit message from CVS:
* configure.ac:
Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
This commit is contained in:
Tim-Philipp Müller 2008-04-03 23:01:11 +00:00
parent 6fcf33221f
commit 29a5d1ced7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:
Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
* tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.10.18.1,
AC_INIT(GStreamer Base Plug-ins, 0.10.19.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)