Index: Rev.h =================================================================== --- Rev.h (revision 9377) +++ Rev.h (revision 9378) @@ -1 +1 @@ -static const int myrev = 9359; +static const int myrev = 9378; Index: Rev.tab =================================================================== --- Rev.tab (revision 9377) +++ Rev.tab (revision 9378) @@ -1,3 +1,4 @@ +9378 configure io_orcad 9359 configure drc infrastructure in libcschem 9254 configure new plugin: funcmap 9211 configure lib: per-plugin-per-project storage Index: plugins.h =================================================================== --- plugins.h (revision 9377) +++ plugins.h (revision 9378) @@ -55,6 +55,7 @@ plugin_def("lib_alien", "alien format helper", sbuildin, 1) plugin_def("lib_ngrp", "non-graphical seet helper", sbuildin, 1) plugin_def("lib_tedax", "low level tEDAx support", sbuildin, 1) +plugin_def("lib_ucdf", "read ucdf files", sbuildin, 1) plugin_header("\nGUI:\n") plugin_def("gui", "Graphical User Interface", sbuildin, 1) @@ -72,6 +73,7 @@ plugin_dep("funcmap", "lib_anymap") plugin_dep("gui", "lib_hid_common") plugin_dep("io_altium", "lib_alien") +plugin_dep("io_altium", "lib_ucdf") plugin_dep("io_geda", "lib_alien") plugin_dep("io_ngrp_fawk", "lib_ngrp") plugin_dep("io_ngrp_fawk", "script")