From b58bfd998c4fb11092d3567f82bbfbdd16a008fb Mon Sep 17 00:00:00 2001 From: guillemj <> Date: Wed, 18 Aug 2004 18:31:10 +0000 Subject: [PATCH] Add module version macro. --- Device3Dfx/3dfx_driver.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Device3Dfx/3dfx_driver.c b/Device3Dfx/3dfx_driver.c index 79d3e63..54077b2 100644 --- a/Device3Dfx/3dfx_driver.c +++ b/Device3Dfx/3dfx_driver.c @@ -986,6 +986,9 @@ long init_3dfx(long mem_start, long mem_end) MODULE_AUTHOR("Daryll Strauss et al."); MODULE_DESCRIPTION("3dfx glide kernel device driver"); MODULE_LICENSE("GPL"); +#ifdef MODULE_VERSION +MODULE_VERSION("2004.05.05"); +#endif #endif #if defined(DEBUG)