dnl timestamp => tar-file snapshot or release
dnl uncomment the next 4 lines for development releases, minor version must be odd
-dnl m4_define([graphviz_version_major],[2])
-dnl m4_define([graphviz_version_minor],[43])
-dnl m4_define([graphviz_version_micro],[$GRAPHVIZ_VERSION_DATE])
-dnl m4_define([graphviz_collection],[development])
+m4_define([graphviz_version_major],[2])
+m4_define([graphviz_version_minor],[43])
+m4_define([graphviz_version_micro],[$GRAPHVIZ_VERSION_DATE])
+m4_define([graphviz_collection],[development])
dnl uncomment the next 4 lines for stable releases, minor version must be even
-m4_define([graphviz_version_major],[2])
-m4_define([graphviz_version_minor],[42])
-m4_define([graphviz_version_micro],[2])
-m4_define([graphviz_collection],[stable])
+dnl m4_define([graphviz_version_major],[2])
+dnl m4_define([graphviz_version_minor],[42])
+dnl m4_define([graphviz_version_micro],[2])
+dnl m4_define([graphviz_collection],[stable])
m4_define([graphviz_version_date],[$GRAPHVIZ_VERSION_DATE])
m4_define([graphviz_change_date],["$GRAPHVIZ_CHANGE_DATE"])
attribute to <TT>none</TT> or <TT>plaintext</TT>, the HTML label will be the node's
shape. On the other hand, if the node has any other shape (except
<TT>point</TT>), the HTML label will be embedded within the node the
-same way an ordinary label would be.
+same way an ordinary label would be. Adding HTML labels to record-based shapes (record and Mrecord) is discouraged and may lead to unexpected behavior because of their conflicting label schemas and overlapping functionality.
<P>
The following is an abstract grammar for HTML labels.
Terminals, corresponding to elements, are shown in bold font,
attribute to <TT>none</TT> or <TT>plaintext</TT>, the HTML label will be the node's
shape. On the other hand, if the node has any other shape (except
<TT>point</TT>), the HTML label will be embedded within the node the
-same way an ordinary label would be.
+same way an ordinary label would be. Adding HTML labels to record-based shapes (record and Mrecord) is discouraged and may lead to unexpected behavior because of their conflicting label schemas and overlapping functionality.
<P>
The following is an abstract grammar for HTML labels.
Terminals, corresponding to elements, are shown in bold font,