diff options
Diffstat (limited to 'plugins/Sessions/Src/version.h')
-rw-r--r-- | plugins/Sessions/Src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Sessions/Src/version.h b/plugins/Sessions/Src/version.h new file mode 100644 index 0000000000..efed6f18c2 --- /dev/null +++ b/plugins/Sessions/Src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 3 +#define __BUILD_NUM 2 + +#include <stdver.h> + +#define __PLUGIN_NAME "Sessions" +#define __FILENAME "Sessions.dll" +#define __DESCRIPTION "Sessions Manager for Miranda NG." +#define __AUTHOR "MaD_CLuSTeR" +#define __AUTHOREMAIL "daniok@yandex.ru" +#define __AUTHORWEB "http://miranda-ng.org/p/Sessions/" +#define __COPYRIGHT "© 2007-2008 Danil Mozhar" |