diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-01-16 09:48:37 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:07 -0700 |
| commit | 43e7553e5a1dcb3808224951b9cb2a661f97ef33 (patch) | |
| tree | d3948ac387d37f9c92e6f1373d3b8a956dfd70ae /include | |
| parent | d3941b54d7247831c765e75e5f5c04c66d061f78 (diff) | |
| download | usermoji-43e7553e5a1dcb3808224951b9cb2a661f97ef33.tar.xz | |
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.
Diffstat (limited to 'include')
| -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 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 |
