Index: build_run.c =================================================================== --- build_run.c (revision 3659) +++ build_run.c (revision 3660) @@ -67,7 +67,9 @@ first_time = 0; gds_init(&info); gds_append_str(&info, "This is sch-rnd " CSCH_VERSION " (" CSCH_REVISION ")" "\nan interactive "); - gds_append_str(&info, "schematics editor\nfrom the Ringdove EDA suite\ncompiled using librnd version " RND_VER_STR "\n"); + gds_append_str(&info, "schematics editor\nfrom the Ringdove EDA suite\ncompiled using librnd version " RND_VER_STR "\nrunning with librnd version "); + gds_append_str(&info, rnd_ver_str); + gds_append(&info, '\n'); } return info.array; }