diff options
| author | Mike Stroyan <mike@LunarG.com> | 2015-01-19 11:37:12 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:08 -0700 |
| commit | bebcc869d64f9b0e10ccbf1519964a54ea761585 (patch) | |
| tree | 31427282fcba80bfe6d7e26d1c46561f6e5677a3 | |
| parent | 3bd2d89e7c6ce4ef29379d5d0ae969323ef3e211 (diff) | |
| download | usermoji-bebcc869d64f9b0e10ccbf1519964a54ea761585.tar.xz | |
xgl: resource transition integrated, update xgl.h version
| -rw-r--r-- | include/xgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xgl.h b/include/xgl.h index f17305bc..468b36b9 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" |
