diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2006-11-30 17:14:38 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2006-11-30 17:14:38 -0800 |
commit | 08bb966abbca11c4581d666af3249e4922156e03 (patch) | |
tree | cdbe8e0fb0612a5a2ecadee2fba8566fd16327f7 /src/nv_driver.c | |
parent | 162391f8fb640184db3917f3842fbff0bc9ce606 (diff) |
Use XORG_RELEASE_VERSION.
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r-- | src/nv_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c index cb759be..fc83770 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -458,7 +458,7 @@ static XF86ModuleVersionInfo nvVersRec = MODINFOSTRING1, MODINFOSTRING2, XORG_VERSION_CURRENT, - NV_MAJOR_VERSION, NV_MINOR_VERSION, NV_PATCHLEVEL, + PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCHLEVEL, ABI_CLASS_VIDEODRV, /* This is a video driver */ ABI_VIDEODRV_VERSION, MOD_CLASS_VIDEODRV, |