diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-18 15:50:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-18 15:50:34 +0000 |
commit | 606ccb5a8999b8989a8f96ace550a95e92a96e10 (patch) | |
tree | 3915423ddc1a7950aa860d4cb1148387acf6e98a /plugins/Actman30/options.rc | |
parent | e9e3cfd1e9166543e205e23cea501abb5df91786 (diff) |
Version Info fix for some delphi plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@7277 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30/options.rc')
-rw-r--r-- | plugins/Actman30/options.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Actman30/options.rc b/plugins/Actman30/options.rc index c37268666e..da9c1066d0 100644 --- a/plugins/Actman30/options.rc +++ b/plugins/Actman30/options.rc @@ -41,7 +41,7 @@ FONT 8, "MS Shell Dlg", 0, 0 /*
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,3,0,1
- PRODUCTVERSION 0,9,0,0
+ PRODUCTVERSION 0,3,0,1
FILEFLAGSMASK $3F
FILEOS 4
FILETYPE 2
@@ -58,7 +58,7 @@ BEGIN VALUE "InternalName", "ActManager"0
VALUE "OriginalFilename", "actman.dll"0
VALUE "ProductName", "Action Manager Dynamic Link Library (DLL)"0
- VALUE "ProductVersion", "0, 9, 0, 0 "0
+ VALUE "ProductVersion", "0, 3, 0, 1 "0
VALUE "SpecialBuild", "18.11.2012 "0
END
END
|