Changeset 32375 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Sep 10, 2010 9:10:21 AM (14 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.rc
r28800 r32375 1 /* $Id$ */ 2 /** @file 3 * VBoxNetFlt - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 * Copyright (C) 2009 Oracle Corporation7 * Copyright (C) 2009-2010 Oracle Corporation 3 8 * 4 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 43 48 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 44 49 VALUE "OriginalFilename", FILENAME_STR 45 VALUE "ProductName", "Sun VirtualBox\0"50 VALUE "ProductName", VBOX_PRODUCT "\0" 46 51 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 47 52 END -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc
r30013 r32375 1 /* $Id$ */ 2 /** @file 3 * VBoxNetFltNotify - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 * Copyright (C) 2009 Oracle Corporation7 * Copyright (C) 2009-2010 Oracle Corporation 3 8 * 4 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 16 */ 17 12 18 #include <windows.h> 13 19 #include <VBox/version.h> … … 44 50 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 45 51 VALUE "OriginalFilename","VBoxNetFltNotify.dll\0" 46 VALUE "ProductName", "Sun VirtualBox\0"52 VALUE "ProductName", VBOX_PRODUCT "\0" 47 53 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 48 54 END
Note:
See TracChangeset
for help on using the changeset viewer.