summaryrefslogtreecommitdiff
path: root/plugins/SimpleAR/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SimpleAR/src/version.h')
-rw-r--r--plugins/SimpleAR/src/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/SimpleAR/src/version.h b/plugins/SimpleAR/src/version.h
new file mode 100644
index 0000000000..7b3636156a
--- /dev/null
+++ b/plugins/SimpleAR/src/version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 2
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 6
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Simple auto replier"
+#define __FILENAME "SimpleAR.dll"
+#define __DESCRIPTION "Simple Auto Replier."
+#define __AUTHOR "Stark Wong, Mataes, Mikel-Ard-Ri"
+#define __AUTHOREMAIL "mikelardri@gmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/p/SimpleAR/"
+#define __COPYRIGHT "© 2012"