diff --git a/main/rest/custom/version.tcl b/main/rest/custom/version.tcl index a0ae7ff5d..10091ba42 100755 --- a/main/rest/custom/version.tcl +++ b/main/rest/custom/version.tcl @@ -67,6 +67,7 @@ proc SpecTcl_version {} { [json::write object \ major $major minor $minor \ editlevel [json::write string $edit] \ + program_name [json::write string SpecTcl] \ ] \ ] }