diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-01 14:22:03 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-01 14:22:03 +0000 |
commit | b164d030ace150aa292e8009d2d55c05005072b0 (patch) | |
tree | b13cae024ab290376571d4516b1905dc08c77053 /FacebookRM/constants.h | |
parent | ed96cbca8bedc8e27c00db8ced0fa01a37c38ee1 (diff) |
FacebookRM: version bump
Reworked options
Added Photos and Links newsfeed types
Fixed setting newsfeed type
Updated copyrights.
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@267 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'FacebookRM/constants.h')
-rw-r--r-- | FacebookRM/constants.h | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/FacebookRM/constants.h b/FacebookRM/constants.h index a9a7844..b53a696 100644 --- a/FacebookRM/constants.h +++ b/FacebookRM/constants.h @@ -3,7 +3,7 @@ Facebook plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2009-11 Michal Zelinka
+Copyright © 2009-11 Michal Zelinka, 2011-12 Robert Pösel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,25 +18,14 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-File name : $HeadURL$
-Revision : $Revision$
-Last change by : $Author$
-Last change on : $Date$
-
*/
#pragma once
// Version management
#include "build.h"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 7, 0)
-#define __PRODUCT_DWORD PLUGIN_MAKE_VERSION(0, 9, 14, 0)
-#define __VERSION_STRING "0.0.7.0"
-#define __PRODUCT_STRING "0.9.14.0"
-#define __VERSION_VS_FILE 0,0,7,0
-#define __VERSION_VS_PROD 0,9,14,0
-#define __VERSION_VS_FILE_STRING "0, 0, 7, 0"
-#define __VERSION_VS_PROD_STRING "0, 9, 14, 0"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 7, 1)
+#define __VERSION_STRING "0.0.7.1"
// Product management
#define FACEBOOK_NAME "Facebook"
@@ -130,4 +119,7 @@ static const struct { "Most Recent", "lf" },
{ "Status Updates", "app_2915120374" },
{ "Top News", "h" },
+ { "Photos", "app_2305272732_2392950137" },
+ { "Links", "app_2309869772" },
+
};
\ No newline at end of file |