diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-12-02 00:12:51 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-12-02 00:14:54 +0000 |
commit | 9530ba64789d7fed6bfe357ef9391dea8c320033 (patch) | |
tree | c34c4667bbb278240a0e53297e9bf1e596779b9a /win32 | |
parent | ca414a2261c9e2dc477ffe64351188f8227b15dd (diff) |
Back to development
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/_stdint.h | 2 | ||||
-rw-r--r-- | win32/common/config.h | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index 4fd15437f..c731bb5cf 100644 --- a/win32/common/_stdint.h +++ b/win32/common/_stdint.h @@ -1,7 +1,7 @@ #ifndef _GST_PLUGINS_BASE__STDINT_H #define _GST_PLUGINS_BASE__STDINT_H 1 #ifndef _GENERATED_STDINT_H -#define _GENERATED_STDINT_H "gst-plugins-base 0.10.31" +#define _GENERATED_STDINT_H "gst-plugins-base 0.10.31.1" /* generated using gnu compiler gcc (Debian 4.4.5-8) 4.4.5 */ #define _STDINT_HAVE_STDINT_H 1 #include <stdint.h> diff --git a/win32/common/config.h b/win32/common/config.h index 062fe0acb..463159c01 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -69,13 +69,13 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" +#define GST_PACKAGE_NAME "GStreamer Base Plug-ins git" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2010-11-30" +#define GST_PACKAGE_RELEASE_DATETIME "2010-12-02T00:05Z" /* I know the API is subject to change. */ #undef G_UDEV_API_IS_SUBJECT_TO_CHANGE @@ -331,7 +331,7 @@ #define PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.31" +#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.31.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" @@ -340,7 +340,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.31" +#define PACKAGE_VERSION "0.10.31.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -368,7 +368,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.31" +#define VERSION "0.10.31.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |