Skip to content

Commit

Permalink
release 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
backtracking committed Oct 17, 2017
1 parent 29d4b76 commit b91eaa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

* marks some incompatible change

version 1.8.8, October 17, 2017
-------------------------------
o fixed installation (Virgile Prevosto, Jacques-Pascal Deplaix)
o safe-string compatible (Jacques-Pascal Deplaix)
* fixed method get_edge_layout of class abstract_model of DGraphModel.Make. The
bug could have occured when there are several edges between two vertices.
o [Traverse/Pack] added Dfs.fold and Dfs.fold_component (tail-recursive)
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.7
VERSION=1.8.8

ifdef SOURCE_DATE_EPOCH
BUILD_DATE=$(shell date -u -d "@$(SOURCE_DATE_EPOCH)" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" 2>/dev/null || date)
Expand Down

0 comments on commit b91eaa7

Please sign in to comment.