Changeset 32372 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Sep 10, 2010 7:51:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.rc
r28800 r32372 5 5 6 6 /* 7 * Copyright (C) 2008 Oracle Corporation7 * Copyright (C) 2008-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 41 41 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 42 42 VALUE "OriginalFilename", "VBoxService.exe\0" 43 VALUE "ProductName", "VirtualBoxGuest Additions\0"43 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 44 44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 45 45 END
Note:
See TracChangeset
for help on using the changeset viewer.