summaryrefslogtreecommitdiff
path: root/protocols/Twitter/res
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-10-16 18:41:01 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-10-16 18:41:01 +0000
commit36b11989c21feab57daa31846533d1cb6725515b (patch)
tree7580dbdc19501bc62b54124819899f1553103835 /protocols/Twitter/res
parent12386d7fcb66097eb00926796f0cbcfeda450566 (diff)
Updated Twitter to version 1.0.0.2:
Revision: 16 Autor: seventh.adept Datum: Dienstag, 16. Oktober 2012 15:33:18 Meldung: forgot to bump the version in version.h to 1.0.0.2 Revision: 15 Autor: seventh.adept Datum: Dienstag, 16. Oktober 2012 15:03:41 Meldung: - Updated plugin to work with API v1.1 - Made an attempt to fix truncated retweets. My work around isn't pretty and can fail, if anyone wants to help give me a yell - added comments Revision: 14 Autor: seventh.adept Datum: Donnerstag, 7. Juni 2012 15:38:40 Meldung: fixed the "&amp;" issue in tweets version bump 1.0.0.1 git-svn-id: http://svn.miranda-ng.org/main/trunk@1960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/res')
-rw-r--r--protocols/Twitter/res/twitter.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/protocols/Twitter/res/twitter.rc b/protocols/Twitter/res/twitter.rc
index ad75909610..9c8104c65b 100644
--- a/protocols/Twitter/res/twitter.rc
+++ b/protocols/Twitter/res/twitter.rc
@@ -197,8 +197,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
+ FILEVERSION 1,0,0,2
+ PRODUCTVERSION 1,0,0,2
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -214,12 +214,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Twitter protocol plugin for Miranda NG"
- VALUE "FileVersion", "1.0.0.0"
+ VALUE "FileVersion", "1.0.0.2"
VALUE "InternalName", "twitter"
- VALUE "LegalCopyright", "Copyright © 2009-2011"
+ VALUE "LegalCopyright", "Copyright © 2009-2012"
VALUE "OriginalFilename", "twitter.dll"
VALUE "ProductName", "Miranda-Twitter"
- VALUE "ProductVersion", "1.0.0.0"
+ VALUE "ProductVersion", "1.0.0.2"
END
END
BLOCK "VarFileInfo"