diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-09-25 23:14:33 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-09-25 23:14:33 +0200 |
commit | 2beb654a15b846ee10b4c8a548debde523237e27 (patch) | |
tree | 47d672049ab84e1f92a06313b74594ca6103573e /win32 | |
parent | 664e0a3e1fd8ace10464e527f0c2886854ecabf5 (diff) |
Release 1.6.01.6.0
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 8 | ||||
-rw-r--r-- | win32/common/gstversion.h | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 14b5c7f90..b11523f4b 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -65,7 +65,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2015-09-18" +#define GST_PACKAGE_RELEASE_DATETIME "2015-09-25" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -454,7 +454,7 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 1.5.91" +#define PACKAGE_STRING "GStreamer 1.6.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" @@ -463,7 +463,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.5.91" +#define PACKAGE_VERSION "1.6.0" /* directory where plugins are located */ #ifdef _DEBUG @@ -507,7 +507,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "1.5.91" +#define VERSION "1.6.0" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h index 32803e3c6..5e5b8e168 100644 --- a/win32/common/gstversion.h +++ b/win32/common/gstversion.h @@ -54,13 +54,13 @@ G_BEGIN_DECLS * * The minor version of GStreamer at compile time: */ -#define GST_VERSION_MINOR (5) +#define GST_VERSION_MINOR (6) /** * GST_VERSION_MICRO: * * The micro version of GStreamer at compile time: */ -#define GST_VERSION_MICRO (91) +#define GST_VERSION_MICRO (0) /** * GST_VERSION_NANO: * |