summaryrefslogtreecommitdiff
path: root/iax/private.h
blob: 02157522b0bb71f2044478be0ec5f7c3695e4a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _PRIVATE_H
#define _PRIVATE_H

/* VERSION DEFINITIONS */
#define VER_MAJOR				0
#define VER_MINOR				1
#define VER_RELEASE				0
#define VER_BUILD				1

#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*/