From d03f844092bd0ac77ba1808dc37f1539d08315da Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Fri, 9 Sep 2005 15:20:35 +0000 Subject: [PATCH] win32/gstversion.h Original commit message from CVS: * win32/gstversion.h GStreamer version is currently 0.8.11 --- win32/gstversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/gstversion.h b/win32/gstversion.h index 8baea0394f..e5a2453927 100644 --- a/win32/gstversion.h +++ b/win32/gstversion.h @@ -32,7 +32,7 @@ */ #define GST_VERSION_MAJOR 0 #define GST_VERSION_MINOR 8 -#define GST_VERSION_MICRO 5 +#define GST_VERSION_MICRO 11 void gst_version (guint *major, guint *minor, guint *micro);