Skip to content

Commit

Permalink
release 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
backtracking committed Apr 4, 2014
1 parent 7defcab commit e1e2302
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

version 1.8.5, March 4, 2014
-----------------------------
o Graphviz: reverted to the old API where edges and vertices are
given a single style attribute; but such attributes are collected
and output in the DOT file into a list (thus allowing multiple style
attributes)
o fixed issue in ./configure with ocamlfind on Win32.
o fixed compilation when laglgnomecanvas is missing (bug introduced in 1.8.4).
o fixed compilation when laglgnomecanvas is missing (bug introduced in 1.8.4).
o fixed more issues with 'make -j'.

version 1.8.4, February 4, 2014
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.4+dev
VERSION=1.8.5

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

0 comments on commit e1e2302

Please sign in to comment.