diff options
Diffstat (limited to 'stopspam_mod')
-rw-r--r-- | stopspam_mod/branches/0.0.1.5/init.cpp | 4 | ||||
-rw-r--r-- | stopspam_mod/branches/0.0.1.5/stopspam.rc | 6 | ||||
-rw-r--r-- | stopspam_mod/trunk/init.cpp | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/stopspam_mod/branches/0.0.1.5/init.cpp b/stopspam_mod/branches/0.0.1.5/init.cpp index 0022f00..6c26609 100644 --- a/stopspam_mod/branches/0.0.1.5/init.cpp +++ b/stopspam_mod/branches/0.0.1.5/init.cpp @@ -42,8 +42,8 @@ PLUGININFOEX pluginInfoEx = { pluginDescription,
"Roman Miklashevsky",
"sss123next@list.ru",
- "© 2004-2008 Roman Miklashevsky, A. Petkevich, Kosh&chka, sss",
- "http://sss,chaoslab.ru:81/forum/files_/listing/stopspam.7z",
+ "© 2004-2009 Roman Miklashevsky, A. Petkevich, Kosh&chka, sss",
+ "http://ssschaoslab.ru:81/forum/files_/listing/stopspam.7z",
UNICODE_AWARE,
0,
MIID_STOPSPAM
diff --git a/stopspam_mod/branches/0.0.1.5/stopspam.rc b/stopspam_mod/branches/0.0.1.5/stopspam.rc index e7b83fe..a8d23ce 100644 --- a/stopspam_mod/branches/0.0.1.5/stopspam.rc +++ b/stopspam_mod/branches/0.0.1.5/stopspam.rc @@ -144,12 +144,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 alpha build #0"
+ VALUE "FileVersion", "0.0.1.5 alpha build #0"
VALUE "InternalName", "stopspam"
- VALUE "LegalCopyright", "Copyright © 2000-2008 Miranda IM Project. This software is released under the terms of the GNU General Public License."
+ 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 alpha build #0"
+ VALUE "ProductVersion", "0.0.1.5 alpha build #0"
END
END
BLOCK "VarFileInfo"
diff --git a/stopspam_mod/trunk/init.cpp b/stopspam_mod/trunk/init.cpp index e242048..3cc1f6e 100644 --- a/stopspam_mod/trunk/init.cpp +++ b/stopspam_mod/trunk/init.cpp @@ -42,8 +42,8 @@ PLUGININFOEX pluginInfoEx = { pluginDescription,
"Roman Miklashevsky",
"sss123next@list.ru",
- "© 2004-2008 Roman Miklashevsky, A. Petkevich, Kosh&chka, sss",
- "http://sss,chaoslab.ru:81/forum/files_/listing/stopspam.7z",
+ "© 2004-2009 Roman Miklashevsky, A. Petkevich, Kosh&chka, sss",
+ "http://sss.chaoslab.ru:81/forum/files_/listing/stopspam.7z",
UNICODE_AWARE,
0,
MIID_STOPSPAM
|