summaryrefslogtreecommitdiffstats
path: root/src/Output.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output.cxx')
-rw-r--r--src/Output.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Output.cxx b/src/Output.cxx
index c40f3ca..7263748 100644
--- a/src/Output.cxx
+++ b/src/Output.cxx
@@ -2069,7 +2069,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.136\">\n"
+ "<GCC_XML version=\"0.9.0\" cvs_revision=\"1.137\">\n"
;
// Dump the complete nodes.