diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-03-21 18:26:05 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-03-21 18:26:05 +0300 |
| commit | 8d93246be88fdcdef666c229fa0d204b160ba876 (patch) | |
| tree | a5a09da22922ccac1b507d1234627d963ac3c7a5 /protocols/Teams/src/version.h | |
| parent | 82ffdf6137ba066be19772ec955667b342c44a75 (diff) | |
skeleton for Teams
Diffstat (limited to 'protocols/Teams/src/version.h')
| -rw-r--r-- | protocols/Teams/src/version.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/protocols/Teams/src/version.h b/protocols/Teams/src/version.h new file mode 100644 index 0000000000..711a86277e --- /dev/null +++ b/protocols/Teams/src/version.h @@ -0,0 +1,13 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 96 +#define __RELEASE_NUM 6 +#define __BUILD_NUM 1 + +#include <stdver.h> + +#define __PLUGIN_NAME "Teams protocol" +#define __FILENAME "Teams.dll" +#define __DESCRIPTION "Teams protocol support for Miranda NG." +#define __AUTHOR "Miranda NG team" +#define __AUTHORWEB "https://miranda-ng.org/p/Teams" +#define __COPYRIGHT "© 2025 Miranda NG team" |
