diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-04-21 21:06:59 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-04-21 22:18:02 +0100 |
commit | f0948ff632c02ed51111a6ff8d03351924670a8f (patch) | |
tree | fd300bce03b48258623d247fac09dfbd4ae43b30 /win32 | |
parent | 22a69b49a38f1f632190224b4d06224046078495 (diff) |
0.10.22.3 pre-release
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/_stdint.h | 2 | ||||
-rw-r--r-- | win32/common/config.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index 0ef8dcf73..12e87e53c 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.22.2" +#define _GENERATED_STDINT_H "gst-plugins-base 0.10.22.3" /* generated using gnu compiler gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2 */ #define _STDINT_HAVE_STDINT_H 1 #include <stdint.h> diff --git a/win32/common/config.h b/win32/common/config.h index 32ebe5e9e..eb4ac4177 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -304,13 +304,13 @@ #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.22.2" +#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.22.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.22.2" +#define PACKAGE_VERSION "0.10.22.3" /* directory where plugins are located */ #ifdef _DEBUG @@ -338,7 +338,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.22.2" +#define VERSION "0.10.22.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |