Changeset 32372 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/win
- Timestamp:
- Sep 10, 2010 7:51:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuest.rc
r32267 r32372 1 /* $Id$ */ 2 /** @file 3 * VBoxGuest - Resouce file containing version info and icon. 4 */ 5 1 6 /* 2 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 3 8 * 4 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 35 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 36 41 VALUE "OriginalFilename", "VBoxGuest.sys\0" 37 VALUE "ProductName", "VirtualBoxGuest Additions\0"42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 38 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 39 44 END
Note:
See TracChangeset
for help on using the changeset viewer.