From 43e7553e5a1dcb3808224951b9cb2a661f97ef33 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Fri, 16 Jan 2015 09:48:37 -0700 Subject: include: set version to 0.22.1 for recent ABI changes While this branch is divereged from Khronos SVN sequence of xgl.h versions. Any ABI change in this branch should increment the patch number: XX.YY.ZZ++. Glave relies on the xgl.h version number to track trace file compatibility. --- include/xgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3