diff options
author | Kristian Høgsberg <[email protected]> | 2007-10-15 12:16:45 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2007-10-15 12:16:45 -0400 |
commit | 7a88ecbd1aae1b64ddb3c5dad15276b044e5e6af (patch) | |
tree | ebc5ce4e8cd0fd3b32ff11c0515706b7e13c847b /src/glx | |
parent | a87e9a3479aa8fc2d3aab7ee848224418b04bde3 (diff) |
Roll back premature version bump.
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/x11/xf86dristr.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/glx/x11/xf86dristr.h b/src/glx/x11/xf86dristr.h index 7e8bc557d3e..ac05b183b3c 100644 --- a/src/glx/x11/xf86dristr.h +++ b/src/glx/x11/xf86dristr.h @@ -50,10 +50,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 4.0.0: Original * 4.0.1: Patch to bump clipstamp when windows are destroyed, 28 May 02 * 4.1.0: Add transition from single to multi in DRMInfo rec, 24 Jun 02 - * 5.0.0: Drop XIDs from DRI interface. */ -#define XF86DRI_MAJOR_VERSION 5 -#define XF86DRI_MINOR_VERSION 0 +#define XF86DRI_MAJOR_VERSION 4 +#define XF86DRI_MINOR_VERSION 1 #define XF86DRI_PATCH_VERSION 0 typedef struct _XF86DRIQueryVersion { |