summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6a52d3f)
raw | patch | inline | side by side (parent: 6a52d3f)
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Sun, 5 Feb 2012 13:41:08 +0000 (13:41 +0000) | ||
committer | Nikhil Devshatwar <a0132237@ti.com> | |
Fri, 17 May 2013 09:40:55 +0000 (15:10 +0530) |
configure.ac | patch | blob | history | |
win32/common/config.h | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 7a4d897e77e738dadce170e84da61031f462344d..c80bbe5c5e62b203585fb480ff42b844285c0849 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(GStreamer Ugly Plug-ins, 0.10.18.2,
+AC_INIT(GStreamer Ugly Plug-ins, 0.10.18.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
diff --git a/win32/common/config.h b/win32/common/config.h
index fe4716d8d1ddb053f0c0751788e2e33254fea68e..6072d4bd840f1851bf0d3591ac0e4cb044599ccc 100644 (file)
--- a/win32/common/config.h
+++ b/win32/common/config.h
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2011-12-10T15:16Z"
+#define GST_PACKAGE_RELEASE_DATETIME "2012-02-05T11:36Z"
/* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.18.2"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.18.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.18.2"
+#define PACKAGE_VERSION "0.10.18.3"
/* directory where plugins are located */
#ifdef _DEBUG
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.18.2"
+#define VERSION "0.10.18.3"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */