VirtualBox

Changeset 1667

Show
Ignore:
Timestamp:
03/23/07 12:06:44 (1 year ago)
Author:
vboxsync
Message:

vbox version visible in additions modules

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Additions/linux/module/Makefile

    r1002 r1667  
    6969        $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux/string.h=>r0drv/linux/string.h \ 
    7070        $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \ 
     71        $(PATH_OUT)/version-generated.h=>version-generated.h \ 
    7172        vboxmod.c=>vboxmod.c \ 
    7273        cmc.c=>cmc.c \ 
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r1643 r1667  
    2121 
    2222#include "the-linux-kernel.h" 
     23#include "version-generated.h" 
    2324 
    2425/* #define IRQ_DEBUG */ 
     
    3233MODULE_AUTHOR("InnoTek Systemberatung GmbH"); 
    3334MODULE_LICENSE("GPL"); 
     35#ifdef MODULE_VERSION 
     36MODULE_VERSION(VBOX_VERSION_STRING); 
     37#endif 
    3438 
    3539/* Runtime assert implementation for Linux ring 0 */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy