summaryrefslogtreecommitdiff
path: root/src/Version.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-03-05 00:04:28 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-03-05 00:04:28 +0200
commita40ccbb5ba271641134586898e69df4855a7f687 (patch)
tree0a79ef1a59582b4367c9be65426ec88b343c500c /src/Version.h
parent418736c65c97cdc6ca4910e1e8650e474cb12849 (diff)
merged with miranda_ng main reponew_gpg_miranda_ng
Diffstat (limited to 'src/Version.h')
-rw-r--r--src/Version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Version.h b/src/Version.h
new file mode 100644
index 0000000..86774f7
--- /dev/null
+++ b/src/Version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 11
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "GPG"
+#define __FILENAME "New_GPG.dll"
+#define __DESCRIPTION "New GPG encryption support plugin, based on code from old GPG plugin and SecureIM."
+#define __AUTHOR "sss"
+#define __AUTHOREMAIL "sss123next@list.ru"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2010-2012 sss"