VirtualBox

Changeset 1667 in vbox


Ignore:
Timestamp:
Mar 23, 2007 11:06:44 AM (18 years ago)
Author:
vboxsync
Message:

vbox version visible in additions modules

Location:
trunk/src/VBox/Additions/linux/module
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy