[gst-cvs] gstreamer: 0.10.26.3 pre-release
Tim Mueller
tpm at kemper.freedesktop.org
Wed Feb 24 14:27:39 PST 2010
Module: gstreamer
Branch: master
Commit: 4818f60cd5ae8fbab27a63d20be3710fc1241708
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4818f60cd5ae8fbab27a63d20be3710fc1241708
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Wed Feb 24 00:30:02 2010 +0000
0.10.26.3 pre-release
---
configure.ac | 2 +-
win32/common/config.h | 6 +++---
win32/common/gstversion.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 602df26..eb6e2d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
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.26.2,
+AC_INIT(GStreamer, 0.10.26.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer)
AG_GST_INIT
diff --git a/win32/common/config.h b/win32/common/config.h
index 137e85d..79a257b 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -316,7 +316,7 @@
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 0.10.26.2"
+#define PACKAGE_STRING "GStreamer 0.10.26.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer"
@@ -325,7 +325,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.26.2"
+#define PACKAGE_VERSION "0.10.26.3"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -356,7 +356,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.10.26.2"
+#define VERSION "0.10.26.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 b0a22bd..54bc912 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:
More information about the Gstreamer-commits
mailing list