Skip to content

Commit

Permalink
release 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
backtracking committed Jan 23, 2015
1 parent 1f2023c commit c10607c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

* marks some incompatible change

version 1.8.6, January 23, 2015
-------------------------------
o Dominator: new functor [Make_graph] with may use graph building operations,
while the old functor [Make] now only requires a read-only graph.
o Graphviz: support for additional polygonal-shapes
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ graph.cmo: $(CMI) $(CMO)
graph.cmx: $(CMI) $(CMX)
$(OCAMLOPT) $(INCLUDES) -pack -o $@ $^

VERSION=1.8.5+dev
VERSION=1.8.6

src/version.ml: Makefile
rm -f $@
Expand Down

0 comments on commit c10607c

Please sign in to comment.