diff options
Diffstat (limited to 'plugins/IEView/src/version.h')
-rw-r--r-- | plugins/IEView/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/IEView/src/version.h b/plugins/IEView/src/version.h new file mode 100644 index 0000000000..aca1487a7d --- /dev/null +++ b/plugins/IEView/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 1 +#define __MINOR_VERSION 5 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 + +#include <stdver.h> + +#define __PLUGIN_NAME "IEView" +#define __FILENAME "IEView.dll" +#define __DESCRIPTION "IE Based Chat Log." +#define __AUTHOR "Piotr Piastucki, Francois Mean" +#define __AUTHOREMAIL "the_leech@users.berlios.de" +#define __AUTHORWEB "http://miranda-ng.org/p/IEView/" +#define __COPYRIGHT "© 2005-2011 Piotr Piastucki, Francois Mean" |