diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-21 14:14:52 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-21 14:14:52 +0000 |
commit | cb4a46e7fbe62d788e66ed6121c717a2d22a4d7c (patch) | |
tree | 30df260fdc5a1b5a7049c2f8cac8b7ef17513d6d /importtxt/ImpTxt_Ver.rc | |
parent | 19b6f534d2e784a1e120bf52c4aa07004798f473 (diff) |
svn.miranda.im is moving to a new home!
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@7 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'importtxt/ImpTxt_Ver.rc')
-rw-r--r-- | importtxt/ImpTxt_Ver.rc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/importtxt/ImpTxt_Ver.rc b/importtxt/ImpTxt_Ver.rc new file mode 100644 index 0000000..df41863 --- /dev/null +++ b/importtxt/ImpTxt_Ver.rc @@ -0,0 +1,28 @@ +1 VERSIONINFO
+FILEVERSION 0,0,1,10
+PRODUCTVERSION 0,0,1,10
+FILEOS 0x4
+FILETYPE 0x2
+{
+BLOCK "StringFileInfo"
+{
+ BLOCK "000004b0"
+ {
+ VALUE "CompanyName", "Miranda Open Source Project"
+ VALUE "FileDescription", "ImportTXT plugin for Miranda IM"
+ VALUE "FileVersion", "0.0.1.10"
+ VALUE "InternalName", "importtxt"
+ VALUE "LegalCopyright", "© 2008 Abyss"
+ VALUE "LegalTrademarks", "Gnu General Public License V2"
+ VALUE "OriginalFilename", "importtxt.dll"
+ VALUE "ProductName", "Import TXT Module"
+ VALUE "ProductVersion", "0.0.1.10"
+ VALUE "Comments", "Imports history saved in TXT files from other clients"
+ }
+}
+
+BLOCK "VarFileInfo"
+{
+ VALUE "Translation", 0x0000 0x04B0
+}
+}
|