diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-02 12:32:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-02 12:32:55 +0300 |
commit | 931a7dc1ac0dbc7e6c1083583ced915e572f5b47 (patch) | |
tree | 9fe9a6448d44030e26aa7107ce16044ed413e0d0 /plugins/Non-IM Contact/src/version.h | |
parent | dd7d9954042254e66e3bbbec7195c6be8b1a0663 (diff) |
all protocols (even virtual ones) moved to the Protocols folder
Diffstat (limited to 'plugins/Non-IM Contact/src/version.h')
-rw-r--r-- | plugins/Non-IM Contact/src/version.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/Non-IM Contact/src/version.h b/plugins/Non-IM Contact/src/version.h deleted file mode 100644 index d8bf664b36..0000000000 --- a/plugins/Non-IM Contact/src/version.h +++ /dev/null @@ -1,13 +0,0 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 6 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 3 - -#include <stdver.h> - -#define __PLUGIN_NAME "Non-IM Contact" -#define __FILENAME "NimContact.dll" -#define __DESCRIPTION "Non-IM Contact allows you to add 'contacts' that can act as shortcuts to other programs, or links to web pages.\r\nThe contacts name can be read from a text file (includes any ASCII file).\r\nThis plugin is a combination of Favorites and Text Reader plugins both made by me)" -#define __AUTHOR "Jonathan Gordon" -#define __AUTHORWEB "https://miranda-ng.org/p/NimContact/" -#define __COPYRIGHT "© 2003-2004 Jonathan Gordon, jdgordy@gmail.com" |