Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/engine/engine.rc

Issue 4533401491079168: Issue #1236 - Update PE metadata in the plugin and the engine (Closed)
Patch Set: Created Feb. 4, 2015, 4:52 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/plugin/AdblockPlus.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/engine/engine.rc
===================================================================
--- a/src/engine/engine.rc
+++ b/src/engine/engine.rc
@@ -14,39 +14,39 @@
* You should have received a copy of the GNU General Public License
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
-
-#include "../shared/Version.h"
-#include "winres.h"
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION VERSIONINFO_VERSION
- PRODUCTVERSION VERSIONINFO_VERSION
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x4L
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0"
- BEGIN
- VALUE "CompanyName", "Eyeo GmbH"
- VALUE "FileDescription", "Adblock Plus Engine"
- VALUE "FileVersion", VERSIONINFO_VERSION_STR
- VALUE "InternalName", "Adblock Plus Engine"
- VALUE "LegalCopyright", "Copyright 2013"
- VALUE "OriginalFilename", "AdblockPlusEngine.exe"
- VALUE "ProductName", "Adblock Plus"
- VALUE "ProductVersion", VERSIONINFO_VERSION_STR
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
-END
+
+#include "../shared/Version.h"
+#include "winres.h"
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION VERSIONINFO_VERSION
+ PRODUCTVERSION VERSIONINFO_VERSION
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "Eyeo GmbH"
+ VALUE "FileDescription", "Adblock Plus Engine for Internet Explorer"
+ VALUE "FileVersion", VERSIONINFO_VERSION_STR
+ VALUE "InternalName", "Adblock Plus Engine"
+ VALUE "LegalCopyright", "Copyright (C) 2006-2015 Eyeo GmbH"
+ VALUE "OriginalFilename", "AdblockPlusEngine.exe"
+ VALUE "ProductName", "Adblock Plus"
+ VALUE "ProductVersion", VERSIONINFO_VERSION_STR
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
« no previous file with comments | « no previous file | src/plugin/AdblockPlus.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld