diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-09-30 21:35:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-09-30 21:35:51 +0300 |
commit | 4d4bd94c0e34e2eaedc9d12926f14ccde8e0b69c (patch) | |
tree | 2d7d1d0d5958ff64e6f563f6336408e5c2ad80ce /stopspam_mod/trunk/stopspam.rc | |
parent | c506453b8518a9bd7622756f24e24323ad97e375 (diff) |
variables support for stopspam (ported from stopspam from koshechka)
Diffstat (limited to 'stopspam_mod/trunk/stopspam.rc')
-rw-r--r-- | stopspam_mod/trunk/stopspam.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stopspam_mod/trunk/stopspam.rc b/stopspam_mod/trunk/stopspam.rc index b38c2d4..14ec700 100644 --- a/stopspam_mod/trunk/stopspam.rc +++ b/stopspam_mod/trunk/stopspam.rc @@ -142,12 +142,12 @@ BEGIN VALUE "Comments", "Licensed under the terms of the GNU General Public License"
VALUE "CompanyName", " "
VALUE "FileDescription", "StopSpam plugin for Miranda IM"
- VALUE "FileVersion", "0.0.1.6 alpha build #0"
+ VALUE "FileVersion", "0.0.1.7 alpha build #0"
VALUE "InternalName", "stopspam"
VALUE "LegalCopyright", "Copyright © 2000-2009 Miranda IM Project. This software is released under the terms of the GNU General Public License."
VALUE "OriginalFilename", "stopspam.dll"
VALUE "ProductName", "StopSpam"
- VALUE "ProductVersion", "0.0.1.6 alpha build #0"
+ VALUE "ProductVersion", "0.0.1.7 alpha build #0"
END
END
BLOCK "VarFileInfo"
|