diff options
author | dartraiden <wowemuh@gmail.com> | 2022-12-17 15:36:37 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-12-17 15:36:37 +0300 |
commit | f4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 (patch) | |
tree | 4109227a0856760660019466a1a001380b0638b6 /protocols/LotusNotify/src | |
parent | 881ee3db79192689d692e71aeafee11d1ceab28d (diff) |
Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703
Diffstat (limited to 'protocols/LotusNotify/src')
-rw-r--r-- | protocols/LotusNotify/src/version.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/protocols/LotusNotify/src/version.h b/protocols/LotusNotify/src/version.h index 44f9d3b95c..0b95052f36 100644 --- a/protocols/LotusNotify/src/version.h +++ b/protocols/LotusNotify/src/version.h @@ -1,15 +1,15 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 1 -#define __RELEASE_NUM 23 -#define __BUILD_NUM 1 - -#include <stdver.h> - -#define __PLUGIN_NAME "LotusNotify" -#define __FILENAME "LotusNotify.dll" -#define __DESCRIPTION "Notify about new mail in Lotus Database" -#define __FILECOMMENTS "Miranda NG Plugin - Notify about new mail in Lotus Database" -#define __AUTHOR "MaKaRSoFT - http://maciej.wycik.pl/miranda" -#define __AUTHORWEB "https://miranda-ng.org/p/LotusNotify/" -#define __COPYRIGHT "© 2006 MaKaRSoFT, 2013 wsx22, 2015 pepinlebref" -#define __LEGALTRADEMARKS "Freeware" +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 23
+#define __BUILD_NUM 1
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "LotusNotify"
+#define __FILENAME "LotusNotify.dll"
+#define __DESCRIPTION "Notify about new mail in Lotus Database"
+#define __FILECOMMENTS "Miranda NG Plugin - Notify about new mail in Lotus Database"
+#define __AUTHOR "MaKaRSoFT - http://maciej.wycik.pl/miranda"
+#define __AUTHORWEB "https://miranda-ng.org/p/LotusNotify"
+#define __COPYRIGHT "© 2006 MaKaRSoFT, 2013 wsx22, 2015 pepinlebref"
+#define __LEGALTRADEMARKS "Freeware"
|