Changeset 32375 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Sep 10, 2010 9:10:21 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65729
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.rc
r28800 r32375 5 5 6 6 /* 7 * Copyright (C) 2006-20 09Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 49 49 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 50 50 VALUE "OriginalFilename", "VBoxDrv.sys\0" 51 VALUE "ProductName", "Sun VirtualBox\0"51 VALUE "ProductName", VBOX_PRODUCT "\0" 52 52 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 53 53 END
Note:
See TracChangeset
for help on using the changeset viewer.