aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xgl.h b/include/xgl.h
index fb2d2771..d48a0f50 100644
--- a/include/xgl.h
+++ b/include/xgl.h
@@ -55,7 +55,7 @@
((major << 22) | (minor << 12) | patch)
// XGL API version supported by this file
-#define XGL_API_VERSION XGL_MAKE_VERSION(0, 30, 0)
+#define XGL_API_VERSION XGL_MAKE_VERSION(0, 22, 1)
#ifndef XGLAPI
#define XGLAPI