UniMRCP  1.2.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
uni_revision.h
Go to the documentation of this file.
1 /*
2  * This file was generated by the "svnrev" utility
3  * (http://www.compuphase.com/svnrev.htm).
4  * You should not modify it manually, as it may be re-generated.
5  *
6  * Copyright 2008-2014 Arsen Chaloyan
7  *
8  * Licensed under the Apache License, Version 2.0 (the License);
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an AS IS BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  * $Revision: 2136$
21  * $Date: 2014-07-04$
22  */
23 
24 #ifndef UNI_REVISION_H
25 #define UNI_REVISION_H
26 
27 /**
28  * @file uni_revision.h
29  * @brief UniMRCP Revision
30  *
31  * The current SVN revision number and other relevant information.
32  */
33 
34 /** SVN revision number */
35 #define UNI_REVISION 2136
36 
37 /** SVN revision string */
38 #define UNI_REVISION_STRING "2136"
39 
40 /** SVN revision date */
41 #define UNI_REVISION_DATE "2014-07-04"
42 
43 /** SVN revision stamp */
44 #define UNI_REVISION_STAMP 20140704L
45 
46 /** Contains local modifications or not */
47 #define UNI_REVISION_MODIFIED 0
48 
49 #endif /* UNI_REVISION_H */