diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-17 11:01:16 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-17 11:01:16 +0100 |
commit | fcdd9b6776664f06558c46c803a95ddaab6661a4 (patch) | |
tree | b6baa09640251887f1d4e28b7c39acf42eba6611 /win32/common/gstversion.h | |
parent | d95d2cfa1bd2218d2a4dded3249bf4796f65f08b (diff) |
RELEASE 0.11.2
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 b5b432457..9fb0dc994 100644 --- a/win32/common/gstversion.h +++ b/win32/common/gstversion.h @@ -57,14 +57,14 @@ G_BEGIN_DECLS * * The micro version of GStreamer at compile time: */ -#define GST_VERSION_MICRO (1) +#define GST_VERSION_MICRO (2) /** * GST_VERSION_NANO: * * The nano version of GStreamer at compile time: * Actual releases have 0, GIT versions have 1, prerelease versions have 2-... */ -#define GST_VERSION_NANO (1) +#define GST_VERSION_NANO (0) /** * GST_CHECK_VERSION: |