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