--- parser3/src/include/pa_xml_exception.h 2013/10/20 18:33:41 1.10 +++ parser3/src/include/pa_xml_exception.h 2015/10/26 01:21:57 1.11 @@ -1,7 +1,7 @@ /** @file Parser: xml exception decls. - Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ @@ -10,7 +10,7 @@ #ifdef XML -#define IDENT_PA_XML_EXCEPTION_H "$Id: pa_xml_exception.h,v 1.10 2013/10/20 18:33:41 moko Exp $" +#define IDENT_PA_XML_EXCEPTION_H "$Id: pa_xml_exception.h,v 1.11 2015/10/26 01:21:57 moko Exp $" const char* const XML_VALUE_MUST_BE_STRING = "value must be string"; const char* const XML_DATA_MUST_BE_STRING = "data must be string";