diff options
Diffstat (limited to 'plugins/Dbx_sqlite/src/version.h')
-rw-r--r-- | plugins/Dbx_sqlite/src/version.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Dbx_sqlite/src/version.h b/plugins/Dbx_sqlite/src/version.h new file mode 100644 index 0000000000..2eaac196d0 --- /dev/null +++ b/plugins/Dbx_sqlite/src/version.h @@ -0,0 +1,13 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 95 +#define __RELEASE_NUM 10 +#define __BUILD_NUM 1 + +#include <stdver.h> + +#define __PLUGIN_NAME "Miranda NG SQLite database driver" +#define __FILENAME "Dbx_sqlite.dll" +#define __DESCRIPTION "Provides Miranda database support: global settings, contacts, history, settings per contact." +#define __AUTHOR "Miranda-NG project" +#define __AUTHORWEB "https://miranda-ng.org/p/Dbx_sqlite/" +#define __COPYRIGHT "© 2018 Miranda NG team" |