diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-10-16 01:33:52 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-10-16 01:34:22 +0100 |
commit | 4f683406f95f2c0927fc25c7e698c9302e38ad0a (patch) | |
tree | 272ac377ab5c4d7f652af110523200d58f63720f /win32 | |
parent | 7bd7f7d18ff1ce7e48b6cdfb70a05f8682391e02 (diff) | |
download | gstreamer-plugins-good-4f683406f95f2c0927fc25c7e698c9302e38ad0a.tar.gz |
0.10.25.2 pre-release
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index ee0620762..339032d55 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -43,11 +43,14 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Good Plug-ins git" +#define GST_PACKAGE_NAME "GStreamer Good Plug-ins prerelease" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" +/* GStreamer package release date/time for plugins as YYYY-MM-DD */ +#undef GST_PACKAGE_RELEASE_DATETIME + /* struct v4l2_buffer missing */ #undef GST_V4L2_MISSING_BUFDECL @@ -380,7 +383,7 @@ #define PACKAGE_NAME "GStreamer Good Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.25.1" +#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.25.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -389,7 +392,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.25.1" +#define PACKAGE_VERSION "0.10.25.2" /* directory where plugins are located */ #ifdef _DEBUG @@ -420,7 +423,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.25.1" +#define VERSION "0.10.25.2" /* old wavpack API */ #undef WAVPACK_OLD_API |