summaryrefslogtreecommitdiff
path: root/win32/common/gstversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/common/gstversion.h')
-rw-r--r--win32/common/gstversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h
index fbba41a95c..86040e6af1 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 (35)
+#define GST_VERSION_MICRO (36)
/**
* 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 (3)
+#define GST_VERSION_NANO (0)
/**
* GST_CHECK_VERSION: