Changeset 60584 in vbox for trunk/src/VBox/HostDrivers/VBoxPci
- Timestamp:
- Apr 20, 2016 9:40:50 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106719
- Location:
- trunk/src/VBox/HostDrivers/VBoxPci/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r58963 r60584 22 22 #include "the-linux-kernel.h" 23 23 #include "version-generated.h" 24 #include "revision-generated.h" 24 25 #include "product-generated.h" 25 26 … … 73 74 MODULE_LICENSE("GPL"); 74 75 #ifdef MODULE_VERSION 75 MODULE_VERSION(VBOX_VERSION_STRING );76 MODULE_VERSION(VBOX_VERSION_STRING " r" RT_XSTR(VBOX_SVN_REV)); 76 77 #endif 77 78 -
trunk/src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci
r57943 r60584 79 79 ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \ 80 80 ${PATH_OUT}/version-generated.h=>version-generated.h \ 81 ${PATH_OUT}/revision-generated.h=>revision-generated.h \ 81 82 ${PATH_OUT}/product-generated.h=>product-generated.h \ 82 83 "
Note:
See TracChangeset
for help on using the changeset viewer.