aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/dump_analysis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage1/dump_analysis.cpp')
-rw-r--r--src/stage1/dump_analysis.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stage1/dump_analysis.cpp b/src/stage1/dump_analysis.cpp
index 06ae5eb97a..69a797bdaf 100644
--- a/src/stage1/dump_analysis.cpp
+++ b/src/stage1/dump_analysis.cpp
@@ -7,7 +7,6 @@
#include "dump_analysis.hpp"
#include "analyze.hpp"
-#include "config.h"
#include "ir.hpp"
#include "codegen.hpp"
#include "os.hpp"
@@ -1237,7 +1236,7 @@ void zig_print_analysis_dump(CodeGen *g, FILE *f, const char *one_indent, const
jw_begin_object(jw);
{
jw_object_field(jw, "zigVersion");
- jw_string(jw, ZIG_VERSION_STRING);
+ jw_string(jw, stage2_version_string());
jw_object_field(jw, "builds");
jw_begin_array(jw);