Changeset 32394 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/win
- Timestamp:
- Sep 10, 2010 12:13:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuest.rc
r32375 r32394 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 G* you can redistribute it and/or modify it under the terms of the GNU 12 12 * General Public License (GPL) as published by the Free Software 13 13 * Foundation, in version 2 as it comes in the "COPYING" file of the … … 41 41 VALUE "OriginalFilename", "VBoxGuest.sys\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END
Note:
See TracChangeset
for help on using the changeset viewer.