diff options
author | watcher <watcherhd@gmail.com> | 2016-10-26 13:01:49 +0300 |
---|---|---|
committer | watcher <watcherhd@gmail.com> | 2016-10-26 13:01:49 +0300 |
commit | ac6e68c2637854b4604485a3533433b874de5eaf (patch) | |
tree | 0200d09ac1462b33f3f8487690658e62e2f3351a /tools/_deprecated/StatusPlugins/KeepStatus/version.h | |
parent | e95ddf5aeb5b9ee357b872d3921900c23b0e7390 (diff) |
deprecated is moved to https://github.com/miranda-ng/deprecated
Diffstat (limited to 'tools/_deprecated/StatusPlugins/KeepStatus/version.h')
-rw-r--r-- | tools/_deprecated/StatusPlugins/KeepStatus/version.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/_deprecated/StatusPlugins/KeepStatus/version.h b/tools/_deprecated/StatusPlugins/KeepStatus/version.h deleted file mode 100644 index 81672eb0d3..0000000000 --- a/tools/_deprecated/StatusPlugins/KeepStatus/version.h +++ /dev/null @@ -1,17 +0,0 @@ -// plugin version part
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 9
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
-
-// other stuff for Version resource
-#include <stdver.h>
-
-// stuff that will be used in PluginInfo section and in Version resource
-#define __PLUGIN_NAME "Keep status"
-#define __FILENAME "KeepStatus.dll"
-#define __DESC "KeepStatus, A connection checker, for use with (or without) StartupStatus and/or AdvancedAutoAway."
-#define __AUTHOR "P Boon"
-#define __AUTHOREMAIL "unregistered@users.sourceforge.net"
-#define __AUTHORWEB "http://miranda-ng.org/p/KeepStatus/"
-#define __COPYRIGHT "© 2003-08 P. Boon, 2008-16 George Hazan"
|