diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-05 19:56:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-05 19:56:19 +0300 |
commit | 8a1ff32e54b39ceef22df61bda17bbfda94918fc (patch) | |
tree | 89acd8621cda6795b42f59c0226e78ebda4f9f36 /plugins/YAPP/src/version.h | |
parent | a9a1da437a9388a34c35a62992130480d8e5986c (diff) |
fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)
Diffstat (limited to 'plugins/YAPP/src/version.h')
-rw-r--r-- | plugins/YAPP/src/version.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/YAPP/src/version.h b/plugins/YAPP/src/version.h deleted file mode 100644 index e0e0797238..0000000000 --- a/plugins/YAPP/src/version.h +++ /dev/null @@ -1,13 +0,0 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 5
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 12
-
-#include <stdver.h>
-
-#define __PLUGIN_NAME "YAPP"
-#define __FILENAME "YAPP.dll"
-#define __DESCRIPTION "Yet Another Popup Plugin - Provides popup notification window services to other plugins."
-#define __AUTHOR "Scott Ellis"
-#define __AUTHORWEB "https://miranda-ng.org/p/YAPP/"
-#define __COPYRIGHT "© 2005-2006 Scott Ellis"
|