Index: Rev.h =================================================================== --- Rev.h (revision 5676) +++ Rev.h (revision 5677) @@ -1 +1 @@ -static const int myrev = 5371; +static const int myrev = 5676; Index: Rev.tab =================================================================== --- Rev.tab (revision 5676) +++ Rev.tab (revision 5677) @@ -1,3 +1,4 @@ +5676 configure new plugin: act_read (for scripting) 5371 configure new source file for triangle calculations in lib 5098 configure new engine plugin: forge 5089 configure new export plugin: export_abst Index: plugins.h =================================================================== --- plugins.h (revision 5676) +++ plugins.h (revision 5677) @@ -13,6 +13,7 @@ plugin_header("\nFeature plugins:\n") plugin_def("act_draw", "Draw object actions", sbuildin, 1) +plugin_def("act_read", "action wrappers for data access", sbuildin, 1) plugin_def("backann", "back annotation", sbuildin, 1) plugin_def("construct", "convert/breakup functionality", sbuildin, 1) plugin_def("diag", "diagnostic acts. for devs", sbuildin, 1)