From fb8b0186a7bdc11ac111542b4b7a77b5054a7014 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 25 Jul 2015 14:25:13 +0000 Subject: Cln_skinedit: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Cln_skinedit/src/Version.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/Cln_skinedit/src/Version.h (limited to 'plugins/Cln_skinedit/src/Version.h') diff --git a/plugins/Cln_skinedit/src/Version.h b/plugins/Cln_skinedit/src/Version.h new file mode 100644 index 0000000000..f0403e6a1e --- /dev/null +++ b/plugins/Cln_skinedit/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 4 + +#include + +#define __PLUGIN_NAME "Skin editor for clist nicer" +#define __FILENAME "Cln_skinedit.dll" +#define __DESCRIPTION "Allows inline skin item editing for clist nicer." +#define __AUTHOR "Nightwish, Pixel" +#define __AUTHOREMAIL "" +#define __AUTHORWEB "http://miranda-ng.org/p/Cln_skinedit/" +#define __COPYRIGHT "Copyright 2000-2006 Miranda-IM project" -- cgit v1.2.3