summaryrefslogtreecommitdiff
path: root/src/nv_driver.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2006-11-30 17:14:38 -0800
committerAaron Plattner <aplattner@nvidia.com>2006-11-30 17:14:38 -0800
commit08bb966abbca11c4581d666af3249e4922156e03 (patch)
treecdbe8e0fb0612a5a2ecadee2fba8566fd16327f7 /src/nv_driver.c
parent162391f8fb640184db3917f3842fbff0bc9ce606 (diff)
Use XORG_RELEASE_VERSION.
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r--src/nv_driver.c2
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,