Skip to content

Commit b91eaa7

Browse files
committed
release 1.8.8
1 parent 29d4b76 commit b91eaa7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

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

22
* marks some incompatible change
33

4+
version 1.8.8, October 17, 2017
5+
-------------------------------
6+
o fixed installation (Virgile Prevosto, Jacques-Pascal Deplaix)
7+
o safe-string compatible (Jacques-Pascal Deplaix)
48
* fixed method get_edge_layout of class abstract_model of DGraphModel.Make. The
59
bug could have occured when there are several edges between two vertices.
610
o [Traverse/Pack] added Dfs.fold and Dfs.fold_component (tail-recursive)

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.7
115+
VERSION=1.8.8
116116

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

0 commit comments

Comments
 (0)