From bebcc869d64f9b0e10ccbf1519964a54ea761585 Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Mon, 19 Jan 2015 11:37:12 -0700 Subject: [PATCH] xgl: resource transition integrated, update xgl.h version --- include/xgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xgl.h b/include/xgl.h index f17305b..468b36b 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -54,7 +54,7 @@ #include "xglPlatform.h" // XGL API version supported by this file -#define XGL_API_VERSION XGL_MAKE_VERSION(0, 30, 5) +#define XGL_API_VERSION XGL_MAKE_VERSION(0, 30, 6) #ifdef __cplusplus extern "C" -- 2.7.4