f200f850f3edacd06f40427fef6b1bea9a48e9d5
[shibboleth/cpp-xmltooling.git] / xmltooling / version.cpp
1 /*\r
2  * Licensed to UCAID under one or more contributor license agreements.\r
3  * See the NOTICE file distributed with this work for additional information\r
4  * regarding copyright ownership. The ASF licenses this file to you under\r
5  * the Apache License, Version 2.0 (the "License"); you may not use this\r
6  * file except in compliance with the License.  You may obtain a copy of the\r
7  * License at\r
8  *\r
9  *       http://www.apache.org/licenses/LICENSE-2.0\r
10  *\r
11  * Unless required by applicable law or agreed to in writing, software\r
12  * distributed under the License is distributed on an "AS IS" BASIS,\r
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14  * See the License for the specific language governing permissions and\r
15  * limitations under the License.\r
16  */\r
17 \r
18 /**\r
19  * version.cpp\r
20  * \r
21  * Library version macros and constants.\r
22  */\r
23 \r
24 #include "internal.h"\r
25 #include "version.h"\r
26 \r
27 XMLTOOL_API const char* const    gXMLToolingVersionStr = XMLTOOLING_VERSIONSTR;\r
28 XMLTOOL_API const char* const    gXMLToolingFullVersionStr = XMLTOOLING_FULLVERSIONSTR;\r
29 XMLTOOL_API const char* const    gXMLToolingDotVersionStr = XMLTOOLING_FULLVERSIONDOT;\r
30 XMLTOOL_API const unsigned int   gXMLToolingMajVersion = XMLTOOLING_VERSION_MAJOR;\r
31 XMLTOOL_API const unsigned int   gXMLToolingMinVersion = XMLTOOLING_VERSION_MINOR;\r
32 XMLTOOL_API const unsigned int   gXMLToolingRevision   = XMLTOOLING_VERSION_REVISION;\r