nouveau: bump drm patchlevel.

This commit is contained in:
Ben Skeggs 2007-01-02 15:09:10 +11:00
parent b6becfae10
commit 254ce75ac3
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ void * __driCreateNewScreen_20050727( __DRInativeDisplay *dpy, int scrn, __DRIsc
__DRIscreenPrivate *psp;
static const __DRIversion ddx_expected = { 1, 2, 0 };
static const __DRIversion dri_expected = { 4, 0, 0 };
static const __DRIversion drm_expected = { 0, 0, 1 };
static const __DRIversion drm_expected = { 0, 0, 2 };
dri_interface = interface;