summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--docs/plugins/inspect/plugin-coreelements.xml4
-rw-r--r--docs/plugins/inspect/plugin-coreindexers.xml4
-rw-r--r--win32/common/config.h6
-rw-r--r--win32/common/gstversion.h2
5 files changed, 9 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index b2753c2192..4ddc849d69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.60)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
-AC_INIT(GStreamer, 0.10.29.2,
+AC_INIT(GStreamer, 0.10.29.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer)
AG_GST_INIT
diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml
index db08f04d13..79ec83e54f 100644
--- a/docs/plugins/inspect/plugin-coreelements.xml
+++ b/docs/plugins/inspect/plugin-coreelements.xml
@@ -3,10 +3,10 @@
<description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
- <version>0.10.29.1</version>
+ <version>0.10.29.3</version>
<license>LGPL</license>
<source>gstreamer</source>
- <package>GStreamer git</package>
+ <package>GStreamer prerelease</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml
index b6d2e2daf1..b9251e1f4e 100644
--- a/docs/plugins/inspect/plugin-coreindexers.xml
+++ b/docs/plugins/inspect/plugin-coreindexers.xml
@@ -3,10 +3,10 @@
<description>GStreamer core indexers</description>
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
<basename>libgstcoreindexers.so</basename>
- <version>0.10.29.1</version>
+ <version>0.10.29.3</version>
<license>LGPL</license>
<source>gstreamer</source>
- <package>GStreamer git</package>
+ <package>GStreamer prerelease</package>
<origin>Unknown package origin</origin>
<elements>
</elements>
diff --git a/win32/common/config.h b/win32/common/config.h
index 1b7f445e03..0ce02c0b70 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -331,7 +331,7 @@
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 0.10.29.2"
+#define PACKAGE_STRING "GStreamer 0.10.29.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer"
@@ -340,7 +340,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.29.2"
+#define PACKAGE_VERSION "0.10.29.3"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -371,7 +371,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.10.29.2"
+#define VERSION "0.10.29.3"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h
index dc5f8cf7d5..88dc40624e 100644
--- a/win32/common/gstversion.h
+++ b/win32/common/gstversion.h
@@ -64,7 +64,7 @@ G_BEGIN_DECLS
* The nano version of GStreamer at compile time:
* Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
*/
-#define GST_VERSION_NANO (2)
+#define GST_VERSION_NANO (3)
/**
* GST_CHECK_VERSION: