summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-06-05 22:10:02 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-06-05 22:10:02 +0100
commit5d2847b71c033380276dbf92846250b973caad26 (patch)
treee8cc490565e4cb961c21d242ccde7a79ec22de41 /win32
parentf30863143cc01b5bf5fbc0a99092e3a702b25d04 (diff)
0.10.11.2 pre-release
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 18dbcc48..01ac9977 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -196,13 +196,13 @@
#undef PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.11.1"
+#undef PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.11.2"
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME "gst-plugins-ugly"
/* Define to the version of this package. */
-#undef PACKAGE_VERSION "0.10.11.1"
+#undef PACKAGE_VERSION "0.10.11.2"
/* directory where plugins are located */
#undef PLUGINDIR
@@ -226,7 +226,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.11.1"
+#define VERSION "0.10.11.2"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
@@ -234,9 +234,3 @@
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
-
-/* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
-#ifndef __cplusplus
-#undef inline
-#endif