include: set version to 0.22.1 for recent ABI changes
authorJon Ashburn <jon@lunarg.com>
Fri, 16 Jan 2015 16:48:37 +0000 (09:48 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:07 +0000 (17:58 -0700)
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

index fb2d2771638679b898310180b495b7ba092af998..d48a0f50749acac9974871e9b0189e031b4a2e30 100644 (file)
@@ -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