Index: Rev.h =================================================================== --- Rev.h (revision 30752) +++ Rev.h (revision 30753) @@ -1 +1 @@ -static const int myrev = 30497; +static const int myrev = 30753; Index: Rev.tab =================================================================== --- Rev.tab (revision 30752) +++ Rev.tab (revision 30753) @@ -1,3 +1,4 @@ +30753 configure disable the old drc, enable the new drc 30497 configure new util: bxl2txt 30191 configure drc_orig: plugin configuration so the checks can be disabled 30181 configure query plugin: make bloat/shrink net drc loop reusable Index: plugins.h =================================================================== --- plugins.h (revision 30752) +++ plugins.h (revision 30753) @@ -33,8 +33,8 @@ plugin_def("draw_csect", "draw cross-section (layers)", sdisable, 1, 0) plugin_def("draw_fab", "fab layer in some exports", sbuildin, 1, 0) plugin_def("draw_fontsel", "font selection GUI", sdisable, 1, 0) -plugin_def("drc_orig", "the original DRC code", sbuildin, 1, 0) -plugin_def("drc_query", "query() based DRC", sdisable, 1, 0) +plugin_def("drc_orig", "the original DRC code", sdisable, 1, 0) +plugin_def("drc_query", "query() based DRC", sbuildin, 1, 0) plugin_def("expfeat", "experimental features", sdisable, 1, 0) plugin_def("extedit", "edit with external program", sbuildin, 1, 0) plugin_def("exto_std", "standard extended objects", sbuildin, 1, 0)