diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-05 22:14:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-05 22:14:02 +0300 |
commit | bb56212c72bea28881c668b6da766c603a67a37d (patch) | |
tree | a61e0d3483114b48e019a475d9b4ba37ab02fddc | |
parent | 495060a525513654e6d5ab39f24571c053b3b67b (diff) |
modified: init.cpp
modified: new_gpg.rc
-rw-r--r-- | init.cpp | 2 | ||||
-rw-r--r-- | new_gpg.rc | 38 |
2 files changed, 39 insertions, 1 deletions
@@ -39,7 +39,7 @@ logtofile debuglog; PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), 0, - PLUGIN_MAKE_VERSION(0,0,0,4), + PLUGIN_MAKE_VERSION(0,0,0,5), "new GPG encryption support plugin, used code from http://addons.miranda-im.org/details.php?action=viewfile&id=3485", "sss", "sss123next@list.ru", @@ -234,6 +234,44 @@ END // remains consistent on all systems.
IDI_SECURED ICON "icons\\secured.ico"
IDI_UNSECURED ICON "icons\\unsecured.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 0,0,0,5
+ PRODUCTVERSION 0,8,0,1
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x0L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "041904b0"
+ BEGIN
+ VALUE "FileDescription", "new_gpg"
+ VALUE "FileVersion", "0, 0, 0, 5"
+ VALUE "InternalName", "new_gpg"
+ VALUE "LegalCopyright", "Copyright (C) 2010 sss"
+ VALUE "OriginalFilename", "new_gpg"
+ VALUE "ProductName", "new_gpg"
+ VALUE "ProductVersion", "0, 8, 0, 1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x419, 1200
+ END
+END
+
#endif // русский resources
/////////////////////////////////////////////////////////////////////////////
|