Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision fe3d9ab65f765a2c27aedc1cd349ea1b36a59c86)
+++ Jenkinsfile	(revision 3534f6a12e71c100ff8a3b53deb2fbfcb7c6c679)
@@ -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 }
