X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fversion.cpp;h=05619f21e92e6bd2050db8d5606123af9bf76ebc;hb=211d157271f527521d46875c1c220734f2fa1136;hp=96a855654b26f4d312eb2a20f7beabe2dd720066;hpb=81b488b2790e7bdeb2f43560b1d4a7d22c3dfdf5;p=shibboleth%2Fcpp-xmltooling.git 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;