Release 0.11.99

This commit is contained in:
Tim-Philipp Müller 2012-09-17 18:04:51 +01:00
parent ccd8549841
commit 788ddee4e7
3 changed files with 15 additions and 5 deletions

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.62)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer Bad Plug-ins, 0.11.94.1,
AC_INIT(GStreamer Bad Plug-ins, 0.11.99,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-bad)
@ -53,8 +53,8 @@ dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.94
GSTPB_REQ=0.11.94
GST_REQ=0.11.99
GSTPB_REQ=0.11.99
dnl *** autotools stuff ****

View file

@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.99</revision>
<branch>0.11</branch>
<name>Pleased to Meet You</name>
<created>2012-09-17</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.11.99.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.94</revision>

View file

@ -24,7 +24,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@ -199,7 +199,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.11.94.1"
#define VERSION "0.11.99"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */