summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/res/version.rc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/res/version.rc')
-rw-r--r--plugins/SecureIM/res/version.rc45
1 files changed, 45 insertions, 0 deletions
diff --git a/plugins/SecureIM/res/version.rc b/plugins/SecureIM/res/version.rc
new file mode 100644
index 0000000000..1dbe2d8238
--- /dev/null
+++ b/plugins/SecureIM/res/version.rc
@@ -0,0 +1,45 @@
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+#include "..\src\version.h"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION __FILEVERSION_STRING
+ PRODUCTVERSION __FILEVERSION_STRING
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "Comments", "Licensed under the terms of the GNU General Public License"
+ VALUE "FileDescription", "SecureIM plugin for Miranda IM"
+ VALUE "FileVersion", __VERSION_STRING
+ VALUE "InternalName", "SecureIM"
+ VALUE "LegalCopyright", "Copyright é 2003 Johell, é 2005-09 Baloo"
+ VALUE "OriginalFilename", "secureim.dll"
+ VALUE "ProductName", "SecureIM plugin"
+ VALUE "ProductVersion", __VERSION_STRING
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+