Adjust VC build for parallel make, fixes for SSPCPP-344.
[shibboleth/sp.git] / shibsp / 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 SHIBSP_API const char* const    gShibSPVersionStr = SHIBSP_VERSIONSTR;\r
28 SHIBSP_API const char* const    gShibSPFullVersionStr = SHIBSP_FULLVERSIONSTR;\r
29 SHIBSP_API const char* const    gShibSPDotVersionStr = SHIBSP_FULLVERSIONDOT;\r
30 SHIBSP_API const unsigned int   gShibSPMajVersion = SHIBSP_VERSION_MAJOR;\r
31 SHIBSP_API const unsigned int   gShibSPMinVersion = SHIBSP_VERSION_MINOR;\r
32 SHIBSP_API const unsigned int   gShibSPRevision   = SHIBSP_VERSION_REVISION;\r