diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-03-01 18:14:03 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-03-01 18:14:03 +0200 |
commit | e505e1e6cd2e090f9ec17b276d16eaf617d4d151 (patch) | |
tree | a0e401b7d0d26c4f09f6d8e6b6a22695375e3217 /win32/common | |
parent | 79bf9c4126fb5dd08742d9dfece038d1490b8116 (diff) |
Release 1.7.90
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/config.h | 8 | ||||
-rw-r--r-- | win32/common/gstversion.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index f03a81c9b..c4c645cbc 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -68,7 +68,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-02-19" +#define GST_PACKAGE_RELEASE_DATETIME "2016-03-01" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -462,7 +462,7 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 1.7.2" +#define PACKAGE_STRING "GStreamer 1.7.90" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" @@ -471,7 +471,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.7.2" +#define PACKAGE_VERSION "1.7.90" /* directory where plugins are located */ #ifdef _DEBUG @@ -515,7 +515,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "1.7.2" +#define VERSION "1.7.90" /* 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 d74717f57..fea05c9f1 100644 --- a/win32/common/gstversion.h +++ b/win32/common/gstversion.h @@ -60,7 +60,7 @@ G_BEGIN_DECLS * * The micro version of GStreamer at compile time: */ -#define GST_VERSION_MICRO (2) +#define GST_VERSION_MICRO (90) /** * GST_VERSION_NANO: * |