Add module version macro.

This commit is contained in:
guillemj
2004-08-18 18:31:10 +00:00
parent d67cd249c0
commit b58bfd998c

View File

@@ -986,6 +986,9 @@ long init_3dfx(long mem_start, long mem_end)
MODULE_AUTHOR("Daryll Strauss et al."); MODULE_AUTHOR("Daryll Strauss et al.");
MODULE_DESCRIPTION("3dfx glide kernel device driver"); MODULE_DESCRIPTION("3dfx glide kernel device driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
#ifdef MODULE_VERSION
MODULE_VERSION("2004.05.05");
#endif
#endif #endif
#if defined(DEBUG) #if defined(DEBUG)