We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96c99ef + b91f2da commit cc5753dCopy full SHA for cc5753d
1 file changed
src/jres_json_converter.cpp
@@ -143,6 +143,7 @@ JRES_SOLVER_API char* jres_output_to_json(const JresSolverOutput* output) {
143
144
try {
145
json j;
146
+ j["version"] = jres_get_version();
147
j["schedule"] = json::array();
148
for (int i = 0; i < output->schedule_len; ++i) {
149
json entry;
0 commit comments