From: Scott Cantor Date: Tue, 21 Jun 2011 15:39:47 +0000 (+0000) Subject: Fix svn properties X-Git-Tag: 1.5.0~109 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=988cf5a829af9b3e3bc4df370c1ca549676886a1 Fix svn properties --- diff --git a/xmltooling/version.cpp b/xmltooling/version.cpp index 96a8556..05619f2 100644 --- a/xmltooling/version.cpp +++ b/xmltooling/version.cpp @@ -16,20 +16,20 @@ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific * language governing permissions and limitations under the License. - */ - -/** - * version.cpp - * - * Library version macros and constants. - */ - -#include "internal.h" -#include "version.h" - -XMLTOOL_API const char* const gXMLToolingVersionStr = XMLTOOLING_VERSIONSTR; -XMLTOOL_API const char* const gXMLToolingFullVersionStr = XMLTOOLING_FULLVERSIONSTR; -XMLTOOL_API const char* const gXMLToolingDotVersionStr = XMLTOOLING_FULLVERSIONDOT; -XMLTOOL_API const unsigned int gXMLToolingMajVersion = XMLTOOLING_VERSION_MAJOR; -XMLTOOL_API const unsigned int gXMLToolingMinVersion = XMLTOOLING_VERSION_MINOR; -XMLTOOL_API const unsigned int gXMLToolingRevision = XMLTOOLING_VERSION_REVISION; + */ + +/** + * version.cpp + * + * Library version macros and constants. + */ + +#include "internal.h" +#include "version.h" + +XMLTOOL_API const char* const gXMLToolingVersionStr = XMLTOOLING_VERSIONSTR; +XMLTOOL_API const char* const gXMLToolingFullVersionStr = XMLTOOLING_FULLVERSIONSTR; +XMLTOOL_API const char* const gXMLToolingDotVersionStr = XMLTOOLING_FULLVERSIONDOT; +XMLTOOL_API const unsigned int gXMLToolingMajVersion = XMLTOOLING_VERSION_MAJOR; +XMLTOOL_API const unsigned int gXMLToolingMinVersion = XMLTOOLING_VERSION_MINOR; +XMLTOOL_API const unsigned int gXMLToolingRevision = XMLTOOLING_VERSION_REVISION;