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/common/gstversion.h | |
parent | 664e0a3e1fd8ace10464e527f0c2886854ecabf5 (diff) | |
download | gstreamer-1.6.0.tar.gz |
Release 1.6.01.6.0
Diffstat (limited to 'win32/common/gstversion.h')
-rw-r--r-- | win32/common/gstversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h index 32803e3c66..5e5b8e1685 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: * |