diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-03-24 12:27:33 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-03-24 12:27:33 +0200 |
commit | 7b809209f7abc07fca51addb60bd499fa8693eed (patch) | |
tree | 235fd201d1190cd47a3d26e75fa0adc00efd99e6 /win32 | |
parent | 19b7c54d7c58af280a0d901c86b652521181d199 (diff) |
Release 1.8.0
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 88f70149b..0994f5e7e 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -64,7 +64,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2016-03-15" +#define GST_PACKAGE_RELEASE_DATETIME "2016-03-24" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -395,7 +395,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 1.7.91" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.8.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -404,7 +404,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.7.91" +#define PACKAGE_VERSION "1.8.0" /* directory where plugins are located */ #ifdef _DEBUG @@ -435,7 +435,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.7.91" +#define VERSION "1.8.0" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |