diff options
Diffstat (limited to 'plugins/CSList/src/version.h')
-rw-r--r-- | plugins/CSList/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/CSList/src/version.h b/plugins/CSList/src/version.h new file mode 100644 index 0000000000..eaafa6969a --- /dev/null +++ b/plugins/CSList/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 0 + +#include <stdver.h> + +#define __PLUGIN_NAME "Custom status list" +#define __FILENAME "CSList.dll" +#define __DESCRIPTION "This plugin offers simple management functions to keep your extra statuses on one place." +#define __AUTHOR "Mataes, jarvis" +#define __AUTHOREMAIL "mataes2007@gmail.com" +#define __AUTHORWEB "http://miranda-ng.org/p/CSList/" +#define __COPYRIGHT "© 2010-16 Mataes, 2007-09 jarvis" |