diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-05-10 23:57:01 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-05-10 23:57:01 +0100 |
commit | f8370edc90693568f0dd861bb4cc993846fb2679 (patch) | |
tree | ee0f8081e41fcb6d36acc57329cdcab260071eef /win32/common | |
parent | 4d8f38fd70e4268e9be7079e48c66a7ed0484938 (diff) |
Release 0.10.23
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/_stdint.h | 2 | ||||
-rw-r--r-- | win32/common/config.h | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index d1a2d77c6..18934d429 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.6" +#define _GENERATED_STDINT_H "gst-plugins-base 0.10.23" /* generated using gnu compiler gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 */ #define _STDINT_HAVE_STDINT_H 1 #include <stdint.h> diff --git a/win32/common/config.h b/win32/common/config.h index 0097bd948..a0515f83e 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -66,7 +66,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease" +#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -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.6" +#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.23" /* 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.6" +#define PACKAGE_VERSION "0.10.23" /* directory where plugins are located */ #ifdef _DEBUG @@ -338,7 +338,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.22.6" +#define VERSION "0.10.23" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |