diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-05-14 10:02:22 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-05-14 10:02:22 +0100 |
commit | b6219112b3fd72c64adc6edb2bddecb189b45bb5 (patch) | |
tree | 3daa750fbb5df34c8774d25e214d2e43280cb5bf /win32 | |
parent | a2d88f90dc58725d61d0c10276ce60739fac7867 (diff) | |
download | gstreamer-plugins-good-b6219112b3fd72c64adc6edb2bddecb189b45bb5.tar.gz |
Back to development
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index f998b0361..045610427 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -43,13 +43,13 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release" +#define GST_PACKAGE_NAME "GStreamer Good 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 "2011-05-10" +#define GST_PACKAGE_RELEASE_DATETIME "2011-05-14T08:44Z" /* struct v4l2_buffer missing */ #undef GST_V4L2_MISSING_BUFDECL @@ -396,7 +396,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.29" +#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.29.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -405,7 +405,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.29" +#define PACKAGE_VERSION "0.10.29.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -436,7 +436,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.29" +#define VERSION "0.10.29.1" /* old wavpack API */ #undef WAVPACK_OLD_API |