summaryrefslogtreecommitdiff
path: root/win32/common/config.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-04 13:17:53 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-04 13:17:53 +0100
commit080b3673a952c68eea5defc8eb686b4b05f002b9 (patch)
tree25c53c3115fa1887642a8ddfb3dbdc1cd6d232cf /win32/common/config.h
parentc525b03a08fe647af732a9f487e501845aa2f3ac (diff)
Back to development
Temporarily disable -DGST_DISABLE_DEPRECATED for git builds until the code is updated for the GST_FLOW_IS_* macro deprecations.
Diffstat (limited to 'win32/common/config.h')
-rw-r--r--win32/common/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 3110b90b..f853f548 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -46,7 +46,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release"
+#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@@ -230,7 +230,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 0.10.16"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.16.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@@ -239,7 +239,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.16"
+#define PACKAGE_VERSION "0.10.16.1"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -267,7 +267,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.16"
+#define VERSION "0.10.16.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */