1 /**
2  * yateversn.h
3  * This file is part of the YATE Project http://YATE.null.ro
4  *
5  * This is a generated file. You should never need to modify it.
6  * Take a look at the source file yateversn.h.in instead.
7  *
8  * Yet Another Telephony Engine - a fully featured software PBX and IVR
9  * Copyright (C) 2004-2014 Null Team
10  *
11  * This software is distributed under multiple licenses;
12  * see the COPYING file in the main directory for licensing
13  * information for this specific distribution.
14  *
15  * This use of this software may be subject to additional restrictions.
16  * See the LEGAL file in the main directory for details.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21  */
22 
23 #ifndef __YATEVERSN_H
24 #define __YATEVERSN_H
25 
26 /* Version numbers */
27 #define YATE_MAJOR 6
28 #define YATE_MINOR 4
29 #define YATE_BUILD 0
30 
31 /* Version strings */
32 #define YATE_MAJOR_S "6"
33 #define YATE_MINOR_S "4"
34 #define YATE_BUILD_S "0"
35 #define YATE_VERSION "6.4.0"
36 #define YATE_RELEASE "1"
37 #define YATE_STATUS  ""
38 #define YATE_REVISION "6506"
39 
40 /* Windows version resource - file and string style */
41 #define YATE_WINVER_F 6,4,0,1
42 #define YATE_WINVER_S "6, 4, 0, 1\0"
43 
44 #endif /* __YATEVERSN_H */
45