[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:22:41 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 54565c4504c79e260e7e4286068f6091bc1d84ee
Author: aCaB <acab at clamav.net>
Date:   Wed Mar 10 16:39:31 2010 +0100

    res update

diff --git a/win32/res/clam.ico b/win32/res/clam.ico
index a6cb10d..f0e6b6b 100644
Binary files a/win32/res/clam.ico and b/win32/res/clam.ico differ
diff --git a/win32/res/common.rc b/win32/res/common.rc
index 8d776e0..e90bdf5 100644
--- a/win32/res/common.rc
+++ b/win32/res/common.rc
@@ -1,15 +1,15 @@
 #include <winver.h>
 #include "../libclamav/version.h"
-#ifndef REPO_VERSION
+#ifndef REPO_VERSION
 #define __PLATFORM_H
 #include "clamav-config.h"
-#define REPO_VERSION VERSION
+#define REPO_VERSION VERSION
 #endif
 
 #define RES_VER_Q 0,96,0,0
 #define RES_VER_S "ClamAV 0.96"
 
-1 VERSIONINFO
+VS_VERSION_INFO VERSIONINFO
     FILEVERSION RES_VER_Q
     PRODUCTVERSION RES_VER_Q
     FILEFLAGSMASK VS_FF_DEBUG|VS_FF_PRERELEASE
@@ -21,13 +21,13 @@
     FILEOS VOS_NT_WINDOWS32
 #ifdef THIS_IS_LIBCLAMAV
     FILETYPE VFT_DLL
-#else
+#else

     FILETYPE VFT_APP
-#endif
+#endif

     FILESUBTYPE 0
-BEGIN
+BEGIN

     BLOCK "StringFileInfo" {
-	BLOCK "04090000" {
+	BLOCK "040904B0" {
 	    VALUE "CompanyName", "SourceFire, Inc."
 	    VALUE "FileDescription", RES_FDESC
 	    VALUE "FileVersion", REPO_VERSION
@@ -40,4 +40,8 @@ BEGIN
 	    //VALUE "Comments", ""
 	}
     }
+    BLOCK "VarFileInfo" {
+	VALUE "Translation", 0x409, 0x4b0
+    }
 END
+

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list