Index: main_act.c =================================================================== --- main_act.c (revision 13763) +++ main_act.c (revision 13764) @@ -177,7 +177,7 @@ int pcb_act_PrintVersion(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { - printf("pcb-rnd version %s\n", PCB_VERSION); + printf("pcb-rnd version %s rev %s\n", PCB_VERSION, PCB_REVISION); return 0; }