Index: trunk/src/build_run.c =================================================================== --- trunk/src/build_run.c (revision 9740) +++ trunk/src/build_run.c (revision 9741) @@ -70,7 +70,7 @@ if (first_time) { first_time = 0; gds_init(&info); - gds_append_str(&info, "This is PCB-rnd " PCB_VERSION " (" PCB_REVISION ")" "\n an interactive "); + gds_append_str(&info, "This is pcb-rnd " PCB_VERSION " (" PCB_REVISION ")" "\n an interactive "); gds_append_str(&info, "printed circuit board editor\n"); gds_append_str(&info, "pcb-rnd forked from gEDA/PCB."); gds_append_str(&info, "\n\n" "PCB is by harry eaton and others\n\n"); Index: trunk/src/main_act.c =================================================================== --- trunk/src/main_act.c (revision 9740) +++ trunk/src/main_act.c (revision 9741) @@ -177,7 +177,7 @@ int pcb_act_PrintVersion(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { - printf("PCB version %s\n", PCB_VERSION); + printf("pcb-rnd version %s\n", PCB_VERSION); return 0; }