Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision fe3d9ab65f765a2c27aedc1cd349ea1b36a59c86)
+++ Jenkinsfile	(revision 85799aa04c5613c5e88e2145b1eb3105f03852c8)
@@ -422,5 +422,5 @@
 		final ast = this.NewAST ? "New AST" : "Old AST"
 		this.DescLong = """Compiler 	         : ${ this.Compiler.name } (${ this.Compiler.CXX }/${ this.Compiler.CC })
-AST Version             : ${ this.RunAllTests.toString() }
+AST Version             : ${ ast.toString() }
 Architecture            : ${ this.Architecture.name }
 Arc Flags               : ${ this.Architecture.flags }
