From ac74105b7a7681dcd104768041a92037d7c112d7 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 10 Dec 2013 14:39:15 +0000 Subject: mydyndns, rps, SmartAutoAway, SmartAutoReplier moved back to Not Adopted until adopted properly (real doubts about mydyndns working state since service has changed a lot recently) git-svn-id: http://svn.miranda-ng.org/main/trunk@7119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/mDynDNS/version.h | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 plugins/!NotAdopted/mDynDNS/version.h (limited to 'plugins/!NotAdopted/mDynDNS/version.h') diff --git a/plugins/!NotAdopted/mDynDNS/version.h b/plugins/!NotAdopted/mDynDNS/version.h new file mode 100644 index 0000000000..5e544df596 --- /dev/null +++ b/plugins/!NotAdopted/mDynDNS/version.h @@ -0,0 +1,38 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 8 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 2 + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM +#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM +#define __STRINGIFY(x) #x +#define __VERSION_STRING __STRINGIFY(__FILEVERSION_STRING_DOTS) + +#define __USER_AGENT_STRING "MirandaIM - mDynDns plugin - "__MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM + +#define __FILENAME "mDynDNS.dll" +#define __DESC "Alows user to update his IP on DynDNS server." +#define __AUTHOR "Kirsen, Merlin" +#define __AUTHOREMAIL "ing.u.horn@googlemail.com" +#define __COPYRIGHT "© 2006 Kirsen, © 2009 Merlin" +#define __AUTHORWEB "http://code.google.com/p/merlins-miranda" + +#define PLUGNAME "mDynDNS" +#ifdef _UNICODE +#define __PLUGIN_NAME PLUGNAME" (Unicode)" +#define __FLVersionURL "http://addons.miranda-im.org/details.php?action=viewfile&id=4075" +#define __FLVersionPrefix "mDynDNS (Unicode) " +#define __FLUpdateURL "http://addons.miranda-im.org/feed.php?dlfile=4075" +#define __BetaUpdateURL "http://merlins-miranda.googlecode.com/files/mDynDNSW.zip" +#else +#define __PLUGIN_NAME PLUGNAME" (2in1)" +#define __FLVersionURL "http://addons.miranda-im.org/details.php?action=viewfile&id=4075" +#define __FLVersionPrefix "mDynDNS (2in1) " +#define __FLUpdateURL "http://addons.miranda-im.org/feed.php?dlfile=4075" +#define __BetaUpdateURL "http://merlins-miranda.googlecode.com/files/mDynDNS.zip" +#endif + +#define __BetaVersionURL "http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/mDynDNS/changelog.txt" +#define __BetaVersionPrefix "mDynDNS: " +#define __BetaChangelogURL "http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/mDynDNS/changelog.txt" + -- cgit v1.2.3