We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2023c commit c10607cCopy full SHA for c10607c
CHANGES
@@ -1,6 +1,8 @@
1
2
* marks some incompatible change
3
4
+version 1.8.6, January 23, 2015
5
+-------------------------------
6
o Dominator: new functor [Make_graph] with may use graph building operations,
7
while the old functor [Make] now only requires a read-only graph.
8
o Graphviz: support for additional polygonal-shapes
Makefile.in
@@ -112,7 +112,7 @@ graph.cmo: $(CMI) $(CMO)
112
graph.cmx: $(CMI) $(CMX)
113
$(OCAMLOPT) $(INCLUDES) -pack -o $@ $^
114
115
-VERSION=1.8.5+dev
+VERSION=1.8.6
116
117
src/version.ml: Makefile
118
rm -f $@
0 commit comments