Fix svn properties
authorScott Cantor <cantor.2@osu.edu>
Tue, 21 Jun 2011 15:39:47 +0000 (15:39 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 21 Jun 2011 15:39:47 +0000 (15:39 +0000)
xmltooling/version.cpp

index 96a8556..05619f2 100644 (file)
  * "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.
- */\r
-\r
-/**\r
- * version.cpp\r
- * \r
- * Library version macros and constants.\r
- */\r
-\r
-#include "internal.h"\r
-#include "version.h"\r
-\r
-XMLTOOL_API const char* const    gXMLToolingVersionStr = XMLTOOLING_VERSIONSTR;\r
-XMLTOOL_API const char* const    gXMLToolingFullVersionStr = XMLTOOLING_FULLVERSIONSTR;\r
-XMLTOOL_API const char* const    gXMLToolingDotVersionStr = XMLTOOLING_FULLVERSIONDOT;\r
-XMLTOOL_API const unsigned int   gXMLToolingMajVersion = XMLTOOLING_VERSION_MAJOR;\r
-XMLTOOL_API const unsigned int   gXMLToolingMinVersion = XMLTOOLING_VERSION_MINOR;\r
-XMLTOOL_API const unsigned int   gXMLToolingRevision   = XMLTOOLING_VERSION_REVISION;\r
+ */
+
+/**
+ * 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;