summaryrefslogtreecommitdiff
path: root/iax/private.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-03 13:33:30 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-03 13:33:30 +0000
commitcbfe48a482e80dd513308d90d500f7c34c33b068 (patch)
tree24ccb9738bc6bb828f1ba4f7ab6bf69658f15822 /iax/private.h
parent25be5a04511e1a54e8454b2af0bea5205204cad3 (diff)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@35 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'iax/private.h')
-rw-r--r--iax/private.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/iax/private.h b/iax/private.h
new file mode 100644
index 0000000..2a1a603
--- /dev/null
+++ b/iax/private.h
@@ -0,0 +1,24 @@
+#ifndef _PRIVATE_H
+#define _PRIVATE_H
+
+/* VERSION DEFINITIONS */
+#define VER_MAJOR 0
+#define VER_MINOR 0
+#define VER_RELEASE 2
+#define VER_BUILD 0
+
+#define __STRINGIZE(x) #x
+#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
+
+#define DESC_STRING "IAX telephony client"
+#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 "iax.dll"
+#define PRODUCT_NAME DESC_STRING
+#define PRODUCT_VERSION VER_STRING
+
+#endif /*OTR_PRIVATE_H*/