diff options
Diffstat (limited to 'protocols/WhatsAppWeb/src/version.h')
-rw-r--r-- | protocols/WhatsAppWeb/src/version.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/protocols/WhatsAppWeb/src/version.h b/protocols/WhatsAppWeb/src/version.h deleted file mode 100644 index 7d230a73bf..0000000000 --- a/protocols/WhatsAppWeb/src/version.h +++ /dev/null @@ -1,14 +0,0 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 0 -#define __RELEASE_NUM 1 -#define __BUILD_NUM 1 - -#include <stdver.h> - -#define __PLUGIN_NAME "WhatsAppWeb protocol" -#define __FILENAME "WhatsAppWeb.dll" -#define __DESCRIPTION "WhatsApp Web protocol support for Miranda NG." -#define __AUTHOR "George Hazan" -#define __AUTHOREMAIL "" -#define __AUTHORWEB "https://miranda-ng.org/p/WhatsApp/" -#define __COPYRIGHT "© 2019-22 Miranda NG Team" |