diff options
Diffstat (limited to 'plugins/IgnoreState/src/version.h')
-rw-r--r-- | plugins/IgnoreState/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/IgnoreState/src/version.h b/plugins/IgnoreState/src/version.h new file mode 100644 index 0000000000..b8d77afa1e --- /dev/null +++ b/plugins/IgnoreState/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 3 +#define __BUILD_NUM 0 + +#include <stdver.h> + +#define __PLUGIN_NAME "Ignore state" +#define __FILENAME "IgnoreState.dll" +#define __DESCRIPTION "Shows ignore state of contact in contact list." +#define __AUTHOR "Kildor" +#define __AUTHOREMAIL "kostia@ngs.ru" +#define __AUTHORWEB "http://miranda-ng.org/p/IgnoreState/" +#define __COPYRIGHT "© 2009-2010 Kostia Romanov" |