Skip to content

Commit c10607c

Browse files
committed
release 1.8.6
1 parent 1f2023c commit c10607c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
* marks some incompatible change
33

4+
version 1.8.6, January 23, 2015
5+
-------------------------------
46
o Dominator: new functor [Make_graph] with may use graph building operations,
57
while the old functor [Make] now only requires a read-only graph.
68
o Graphviz: support for additional polygonal-shapes

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ graph.cmo: $(CMI) $(CMO)
112112
graph.cmx: $(CMI) $(CMX)
113113
$(OCAMLOPT) $(INCLUDES) -pack -o $@ $^
114114

115-
VERSION=1.8.5+dev
115+
VERSION=1.8.6
116116

117117
src/version.ml: Makefile
118118
rm -f $@

0 commit comments

Comments
 (0)