Index: Rev.h =================================================================== --- Rev.h (revision 37990) +++ Rev.h (revision 37991) @@ -1 +1 @@ -static const int myrev = 37808; +static const int myrev = 37991; Index: Rev.tab =================================================================== --- Rev.tab (revision 37990) +++ Rev.tab (revision 37991) @@ -1,3 +1,4 @@ +37991 configure export_bom2: new bom plugin with templates 37808 configure gsch2pcb-rnd removal 36904 configure enable plugin the order and order_pcbway plugins 36851 configure order plugin: constraint language Index: plugins.h =================================================================== --- plugins.h (revision 37990) +++ plugins.h (revision 37991) @@ -90,6 +90,7 @@ plugin_header("\nExport plugins:\n") plugin_def("cam", "cam/job based export", sbuildin, 1) plugin_def("ddraft", "2D drafting helper", sbuildin, 1) +plugin_def("export_bom2", "Bill of Materials export", sbuildin, 1) plugin_def("export_bom", "bom pcb_exporter", sbuildin, 1) plugin_def("export_c_draw", "export drawing in C code", sdisable, 0) plugin_def("export_debug", "export debug draw", sdisable, 0)