summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 18:04:51 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 18:04:51 +0100
commit788ddee4e771f4a426d6a65cd649ed4b41c8b7b2 (patch)
tree40b9637cdeca399caebef82e5ded46f37aedfc80
parentccd85498414598dc0363da50f9607ab2abfff20e (diff)
Release 0.11.99RELEASE-0.11.99
-rw-r--r--configure.ac6
-rw-r--r--gst-plugins-bad.doap10
-rw-r--r--win32/common/config.h4
3 files changed, 15 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 7a498b929..04b1ea7c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 ****
diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap
index 1fc4c37e6..3482b54fb 100644
--- a/gst-plugins-bad.doap
+++ b/gst-plugins-bad.doap
@@ -35,6 +35,16 @@ real live maintainer, or some actual wide use.
<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>
<branch>0.11</branch>
<name>Old Friends</name>
diff --git a/win32/common/config.h b/win32/common/config.h
index 5debb1ab1..c439d5e61 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -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). */