diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-03 19:12:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-03 19:12:56 +0000 |
commit | 04240b70a17a7bf414f6d9eb7ac7ee8d1ff10117 (patch) | |
tree | b52856127d54655838a76eb6f3e0b05492c30780 /plugins/OpenSSL/src/version.h | |
parent | 2202f1f076129f1cc4ffb11bcb27a204ecd4efdd (diff) |
OpenSSL - initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@11751 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenSSL/src/version.h')
-rw-r--r-- | plugins/OpenSSL/src/version.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/OpenSSL/src/version.h b/plugins/OpenSSL/src/version.h new file mode 100644 index 0000000000..2206575182 --- /dev/null +++ b/plugins/OpenSSL/src/version.h @@ -0,0 +1,16 @@ + +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 + +#include <stdver.h> + +#define __PLUGIN_NAME "OpenSSL SSL API module" +#define __INTERNAL_NAME "openssl" +#define __FILENAME "openssl.dll" +#define __DESCRIPTION "Core driver to provide OpenSSL-based ssl services." +#define __AUTHOR "Miranda NG Development Team" +#define __AUTHOREMAIL "" +#define __AUTHORWEB "" +#define __COPYRIGHT "© 2014-15 Miranda NG Development Team" |