mirror of
https://github.com/open-simh/simh.git
synced 2026-02-26 08:54:06 +00:00
Update version to identify Open SIMH builds
This is to prevent confusion when questions come in. Plus, a little advertising never hurts. The version output will now include "Open SIMH", and the version number will be '4.1.*' rather than '4.0.*'.
This commit is contained in:
2
scp.c
2
scp.c
@@ -6623,7 +6623,7 @@ sprintf (vmin_s, "%d", vmin);
|
||||
setenv ("SIM_MINOR", vmin_s, 1);
|
||||
sprintf (vpat_s, "%d", vpat);
|
||||
setenv ("SIM_PATCH", vpat_s, 1);
|
||||
fprintf (st, "%s simulator V%d.%d-%d", sim_name, vmaj, vmin, vpat);
|
||||
fprintf (st, "%s simulator Open SIMH V%d.%d-%d", sim_name, vmaj, vmin, vpat);
|
||||
if (sim_vm_release != NULL) { /* if a release string is defined */
|
||||
setenv ("SIM_VM_RELEASE", sim_vm_release, 1);
|
||||
fprintf (st, " Release %s", sim_vm_release); /* then display it */
|
||||
|
||||
Reference in New Issue
Block a user