summaryrefslogtreecommitdiff
path: root/otr/otr_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'otr/otr_private.h')
-rw-r--r--otr/otr_private.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/otr/otr_private.h b/otr/otr_private.h
new file mode 100644
index 0000000..c6f9c2e
--- /dev/null
+++ b/otr/otr_private.h
@@ -0,0 +1,24 @@
+#ifndef OTR_PRIVATE_H
+#define OTR_PRIVATE_H
+
+/* VERSION DEFINITIONS */
+#define VER_MAJOR 0
+#define VER_MINOR 4
+#define VER_RELEASE 3
+#define VER_BUILD 0
+
+#define __STRINGIZE(x) #x
+#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
+
+#define DESC_STRING "OTR (Off-the-Record) plugin for Miranda IM"
+#define COMPANY_NAME ""
+#define FILE_VERSION VER_STRING
+#define FILE_DESCRIPTION DESC_STRING
+#define INTERNAL_NAME ""
+#define LEGAL_COPYRIGHT "© Scott Ellis 2005"
+#define LEGAL_TRADEMARKS ""
+#define ORIGINAL_FILENAME "otr.dll"
+#define PRODUCT_NAME DESC_STRING
+#define PRODUCT_VERSION VER_STRING
+
+#endif /*OTR_PRIVATE_H*/