[gst-cvs] gst-plugins-bad: Back to hacking -> 0.10.14.1
Tim Mueller
tpm at kemper.freedesktop.org
Sun Aug 30 15:39:23 PDT 2009
Module: gst-plugins-bad
Branch: master
Commit: 98357e7d30fa535649f12bee888d47cdcad1d6ff
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=98357e7d30fa535649f12bee888d47cdcad1d6ff
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sun Aug 30 23:38:45 2009 +0100
Back to hacking -> 0.10.14.1
---
configure.ac | 2 +-
win32/common/config.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 333c40f..20788d8 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, cvs and prerelease does Werror too
-AC_INIT(GStreamer Bad Plug-ins, 0.10.14,
+AC_INIT(GStreamer Bad Plug-ins, 0.10.14.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-bad)
diff --git a/win32/common/config.h b/win32/common/config.h
index 3a11e3b..b2b80a9 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 source release"
+#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git/prerelease"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@@ -199,7 +199,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.10.14"
+#define VERSION "0.10.14.1"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
More information about the Gstreamer-commits
mailing list