Bump version, fix for CPPOST-65.
[shibboleth/cpp-opensaml.git] / saml / 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 SAML_API const char* const    gOpenSAMLVersionStr = OPENSAML_VERSIONSTR;\r
28 SAML_API const char* const    gOpenSAMLFullVersionStr = OPENSAML_FULLVERSIONSTR;\r
29 SAML_API const char* const    gOpenSAMLDotVersionStr = OPENSAML_FULLVERSIONDOT;\r
30 SAML_API const unsigned int   gOpenSAMLMajVersion = OPENSAML_VERSION_MAJOR;\r
31 SAML_API const unsigned int   gOpenSAMLMinVersion = OPENSAML_VERSION_MINOR;\r
32 SAML_API const unsigned int   gOpenSAMLRevision   = OPENSAML_VERSION_REVISION;\r