summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-06-24 23:39:37 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-06-24 23:39:37 +0200
commit73d91f9409e36a6dd50bffe1451f216d878d062a (patch)
treeeedd88284561b1ca81056b147b4875a8f37b0f55 /win32
parent3e18dbb4425dc719b571d57686b0f64d85041a4e (diff)
Release 1.5.2
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 4b134628..2a29deb3 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -39,6 +39,9 @@
/* The GIO modules directory. */
#undef GIO_MODULE_DIR
+/* The GIO install prefix. */
+#undef GIO_PREFIX
+
/* GStreamer API Version */
#define GST_API_VERSION "1.0"
@@ -61,7 +64,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2015-06-07"
+#define GST_PACKAGE_RELEASE_DATETIME "2015-06-24"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
@@ -254,7 +257,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.5.1"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.5.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@@ -263,7 +266,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5.1"
+#define PACKAGE_VERSION "1.5.2"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -294,7 +297,7 @@
#undef TARGET_CPU
/* Version number of package */
-#define VERSION "1.5.1"
+#define VERSION "1.5.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */