00001 /* 00002 * This file was generated by the "svnrev" utility 00003 * (http://www.compuphase.com/svnrev.htm). 00004 * You should not modify it manually, as it may be re-generated. 00005 * 00006 * Copyright 2008-2013 Arsen Chaloyan 00007 * 00008 * Licensed under the Apache License, Version 2.0 (the License); 00009 * you may not use this file except in compliance with the License. 00010 * You may obtain a copy of the License at 00011 * 00012 * http://www.apache.org/licenses/LICENSE-2.0 00013 * 00014 * Unless required by applicable law or agreed to in writing, software 00015 * distributed under the License is distributed on an AS IS BASIS, 00016 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00017 * See the License for the specific language governing permissions and 00018 * limitations under the License. 00019 * 00020 * $Revision: 1929$ 00021 * $Date: 2013-03-25$ 00022 */ 00023 00024 #ifndef UNI_REVISION_H 00025 #define UNI_REVISION_H 00026 00027 /** 00028 * @file uni_revision.h 00029 * @brief UniMRCP Revision 00030 * 00031 * The current SVN revision number and other relevant information. 00032 */ 00033 00034 /** SVN revision number */ 00035 #define UNI_REVISION 1929 00036 00037 /** SVN revision string */ 00038 #define UNI_REVISION_STRING "1929" 00039 00040 /** SVN revision date */ 00041 #define UNI_REVISION_DATE "2013-03-25" 00042 00043 /** SVN revision stamp */ 00044 #define UNI_REVISION_STAMP 20130325L 00045 00046 /** Contains local modifications or not */ 00047 #define UNI_REVISION_MODIFIED 0 00048 00049 #endif /* UNI_REVISION_H */