Skip to content

Commit

Permalink
release 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
backtracking committed Apr 12, 2016
1 parent 7f1f800 commit b111462
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.7, April 12, 2016
-----------------------------
o fixed examples/demo.ml so that it also compiles with an installed OCamlGraph
o [Components] fixed stack overflow with [scc] (patch by Albin Coquereau)
o [Dominator] fixed stack overflow (patch by Albin Coquereau)
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.6
VERSION=1.8.7

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

0 comments on commit b111462

Please sign in to comment.