From f4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 17 Dec 2022 15:36:37 +0300 Subject: Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703 --- plugins/StatusManager/src/version.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'plugins/StatusManager/src') diff --git a/plugins/StatusManager/src/version.h b/plugins/StatusManager/src/version.h index d063ad8de3..98d537c9fe 100644 --- a/plugins/StatusManager/src/version.h +++ b/plugins/StatusManager/src/version.h @@ -1,16 +1,16 @@ -// plugin version part -#define __MAJOR_VERSION 1 -#define __MINOR_VERSION 2 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 6 - -// other stuff for Version resource -#include - -// stuff that will be used in PluginInfo section and in Version resource -#define __PLUGIN_NAME "Status manager" -#define __FILENAME "StatusManager.dll" -#define __DESCRIPTION "A connection checker and auto away module. Also allows you to define the status Miranda should set on startup, configurable per protocol." -#define __AUTHOR "P Boon" -#define __AUTHORWEB "https://miranda-ng.org/p/StatusManager/" -#define __COPYRIGHT "© 2003-08 P. Boon, 2008-22 George Hazan" +// plugin version part +#define __MAJOR_VERSION 1 +#define __MINOR_VERSION 2 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 6 + +// other stuff for Version resource +#include + +// stuff that will be used in PluginInfo section and in Version resource +#define __PLUGIN_NAME "Status manager" +#define __FILENAME "StatusManager.dll" +#define __DESCRIPTION "A connection checker and auto away module. Also allows you to define the status Miranda should set on startup, configurable per protocol." +#define __AUTHOR "P Boon" +#define __AUTHORWEB "https://miranda-ng.org/p/StatusManager" +#define __COPYRIGHT "© 2003-08 P. Boon, 2008-22 George Hazan" -- cgit v1.2.3