From d5749d7603d397be7639266e6c740941af2004fb Mon Sep 17 00:00:00 2001 From: Jeff Hartmann Date: Mon, 16 Jul 2001 22:42:36 +0000 Subject: Added version string to the end of the kernel module name. This allows multiple versions of the kernel module to co-exist on one machine. --- linux/gamma_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/gamma_drv.c') diff --git a/linux/gamma_drv.c b/linux/gamma_drv.c index 98916bc5..cd64b305 100644 --- a/linux/gamma_drv.c +++ b/linux/gamma_drv.c @@ -36,7 +36,7 @@ #define DRIVER_AUTHOR "VA Linux Systems Inc." -#define DRIVER_NAME "gamma" +#define DRIVER_NAME "gamma"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "3DLabs gamma" #define DRIVER_DATE "20010216" -- cgit v1.2.3