diff options
Diffstat (limited to 'plugins/DbEditorPP/src/version.h')
-rw-r--r-- | plugins/DbEditorPP/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/DbEditorPP/src/version.h b/plugins/DbEditorPP/src/version.h new file mode 100644 index 0000000000..1c3be7ec3e --- /dev/null +++ b/plugins/DbEditorPP/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 4 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 1 + +#include <stdver.h> + +#define __PLUGIN_NAME "Database editor++" +#define __FILENAME "DbEditorPP.dll" +#define __DESCRIPTION "Advanced Database Editor." +#define __AUTHOR "Bio, Jonathan Gordon" +#define __AUTHOREMAIL "bio@ktaspb.ru, jdgordy@gmail.com" +#define __AUTHORWEB "http://miranda-ng.org/p/DbEditorPP/" +#define __COPYRIGHT "© 2003-2016 Bio, Jonathan Gordon" |