From ab46e91e4e36f70e479f217e0b6e155cdd8dd096 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 15 Jan 2015 13:02:34 -0700 Subject: [PATCH] xgl: Tiler updates complete, Update header version --- include/xgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xgl.h b/include/xgl.h index d1ae21d..6c03de6 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, 2) +#define XGL_API_VERSION XGL_MAKE_VERSION(0, 30, 3) #ifdef __cplusplus extern "C" -- 2.7.4