summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichka Popoff <michkapopoff@gmail.com>2016-04-13 21:34:12 (GMT)
committerMichka Popoff <michkapopoff@gmail.com>2016-04-13 21:34:12 (GMT)
commit9d7a46d639ce921b8ddd36ecaa23c567d003294a (patch)
tree9781ef1869d3a1b7e8d5e835fbf387677abb39dc /src
parentb367e2db71910f088856849fd2990207cf5841c4 (diff)
downloadCastXML-9d7a46d639ce921b8ddd36ecaa23c567d003294a.zip
CastXML-9d7a46d639ce921b8ddd36ecaa23c567d003294a.tar.gz
CastXML-9d7a46d639ce921b8ddd36ecaa23c567d003294a.tar.bz2
Output: Update `cvs_revision` number to indicate output change
Update the file format revision number so tools can distinguish the new content from that produced by older CastXML versions. GitHub-Issues: CastXML/CastXML#52, CastXML/CastXML#55, CastXML/CastXML#56
Diffstat (limited to 'src')
-rw-r--r--src/Output.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Output.cxx b/src/Output.cxx
index 2ec5d79..bf711a3 100644
--- a/src/Output.cxx
+++ b/src/Output.cxx
@@ -2104,7 +2104,7 @@ void ASTVisitor::HandleTranslationUnit(clang::TranslationUnitDecl const* tu)
// Start dump with gccxml-compatible format.
this->OS <<
"<?xml version=\"1.0\"?>\n"
- "<GCC_XML version=\"0.9.0\" cvs_revision=\"1.137\">\n"
+ "<GCC_XML version=\"0.9.0\" cvs_revision=\"1.138\">\n"
;
// Dump the complete nodes.