diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-12-02 18:13:57 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-12-02 18:13:57 +0000 |
commit | 5c9458d1109f3210f520e9e3dc1ad6399c5536bf (patch) | |
tree | 9b4ac098b86faad4e825bfc4e71571e9e834dc7f /win32 | |
parent | 1d2056adc637a14c1060a282abf111c1452e7f9c (diff) | |
download | gstreamer-plugins-good-5c9458d1109f3210f520e9e3dc1ad6399c5536bf.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 1e029d054..521659e1d 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 "2010-12-01" +#define GST_PACKAGE_RELEASE_DATETIME "2010-12-02T18:08Z" /* struct v4l2_buffer missing */ #undef GST_V4L2_MISSING_BUFDECL @@ -383,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.26" +#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.26.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -392,7 +392,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.26" +#define PACKAGE_VERSION "0.10.26.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -423,7 +423,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.26" +#define VERSION "0.10.26.1" /* old wavpack API */ #undef WAVPACK_OLD_API |